This may be used, for example, to study the contents of a database created with ctdTag(). This can be handy at the commandline, e.g.

Rscript -e 'ctd::dbToList("~/ctdTag_kelley.db")'

dbToList(dbname)

Arguments

dbname

character value specifying the database file.

Value

a list containing items named after the tables.

Author

Dan Kelley

Examples

if (FALSE) {
dbToList("~/ctdTag_kelley.db")
}