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