getEntryClassName {biodb}R Documentation

Get entry class name.

Description

Gets the name of the entry class corresponding to a connector.

Usage

getEntryClassName(connName)

Arguments

connName

A connector name (e.g.: "mass.csv.file").

Value

The name of the corresponding entry class (e.g.: "MassCsvFileEntry").

Examples

biodb::getEntryClassName('foo.db')


[Package biodb version 1.2.0 Index]