powered by
Parses the MCDB, returns data table with columns compoundname, description, charge, formula and structure (in SMILES)
build.MCDB(outfolder, testMode = FALSE)
Which folder to save temp files to?
run in test mode? Only parses first ten compounds
data table with parsed database
download.file,unzip getURL readHTMLTable,xmlValue,xmlEventParse rbindlist pboptions connections str_match
download.file
unzip
getURL
readHTMLTable
xmlValue
xmlEventParse
rbindlist
pboptions
connections
str_match
# NOT RUN { build.MCDB(outfolder = tempdir(), testMode = TRUE) # } # NOT RUN { build.MCDB(outfolder=tempdir(), testMode=TRUE) # }
Run the code above in your browser using DataLab