request_foodb_compound_info | R Documentation |
Request all the food information in FoodB
request_foodb_compound_info(
url =
c("https://raw.githubusercontent.com/jaspershen/databases/main/data/foodb_compound_info.rda",
"https://foodb.ca/downloads", "https://foodb.ca/compounds"),
sleep = 1,
pages = 1:2838
)
url |
Default is "https://foodb.ca/downloads". |
sleep |
sleep default is 1 second. |
pages |
default is from 1:2838 |
A data frame.
Xiaotao Shen shenxt1990@outlook.com
x = request_foodb_compound_info()
head(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.