Learn R Programming

MetaDBparse (version 2.0.0)

build.FOODB: Build FOODB

Description

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

Usage

build.FOODB(outfolder)

Arguments

outfolder

Which folder to save temp files to?

Value

data table with parsed database

See Also

download.file,untar getURL str_match fread

Examples

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

Run the code above in your browser using DataLab