dbToList.RdThis 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)character value specifying the database file.
a list containing items named after the tables.
if (FALSE) {
dbToList("~/ctdTag_kelley.db")
}