Learn R Programming

MetaDBparse (version 2.0.0)

showAllBase: Show all compounds in base db

Description

Shows all compounds in this base database as data table.

Usage

showAllBase(outfolder, base.dbname)

Arguments

outfolder

Which folder is your database in?

base.dbname

Which base database do you want to explore? (exclude .db suffix)

Value

Data table with whole database.

Details

This may be quite memory consuming for larger databases!!

See Also

SQLite

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
myFolder = tempdir()
# }
# NOT RUN {
 
# }
# NOT RUN {
buildBaseDB(outfolder = myFolder, "lmdb", test = TRUE)
# }
# NOT RUN {
 
# }
# NOT RUN {
showAllBase(outfolder = myFolder, "lmdb")
# }

Run the code above in your browser using DataLab