showAllBase: Show all compounds in base db

Description Usage Arguments Details Value See Also Examples

View source: R/oxy-db_search.R

Description

Shows all compounds in this base database as data table.

Usage

1
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)

Details

This may be quite memory consuming for larger databases!!

Value

Data table with whole database.

See Also

SQLite

Examples

1
2
3
 ## Not run: myFolder = tempdir()
 ## Not run: buildBaseDB(outfolder = myFolder, "lmdb", test = TRUE)
 ## Not run: showAllBase(outfolder = myFolder, "lmdb")

MetaDBparse documentation built on May 3, 2021, 5:09 p.m.