Learn R Programming

MetaDBparse (version 2.0.0)

build.WIKIDATA: Build Wikidata

Description

Parses wikidata chemical compound database, returns data table with columns compoundname, description, charge, formula and structure (in SMILES)

Usage

build.WIKIDATA(outfolder)

Arguments

outfolder

Which folder to save temp files to?

Value

data table with parsed database

See Also

query_wikidata as.data.table

Examples

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

Run the code above in your browser using DataLab