Learn R Programming

MetaDBparse (version 2.0.0)

build.LMDB: Build LMDB

Description

Parses the LMDB, returns data table with columns compoundname, description, charge, formula and structure (in SMILES)

Usage

build.LMDB(outfolder)

Arguments

outfolder

Which folder to save temp files to?

Value

data table with parsed database

See Also

getURL str_match

Examples

Run this code
# NOT RUN {
build.LMDB(outfolder=tempdir())
# }

Run the code above in your browser using DataLab