download_chebi_compound | R Documentation |
Download the CHEBI compound database
download_chebi_compound(
url = "https://ftp.ebi.ac.uk/pub/databases/chebi/Flat_file_tab_delimited/",
path = ".",
download.method = c("download.file", "httr")
)
url |
Default is "https://ftp.ebi.ac.uk/pub/databases/chebi/Flat_file_tab_delimited/". |
path |
Default is . |
download.method |
which package you want to use, download.file or httr |
Downloaded files.
Xiaotao Shen shenxt1990@outlook.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.