request_kegg_compound | R Documentation |
Request one specific compound information in KEGG
request_kegg_compound(
compound_id = "C02886",
return_form = c("list", "data.frame")
)
compound_id |
compound id. For example, C02886 |
return_form |
data.frame or list. |
A data frame or list.
Xiaotao Shen shenxt1990@outlook.com
x = request_kegg_compound("C02886", "list")
x[1:2]
y = request_kegg_compound("C02886", "data.frame")
head(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.