| kegg_drug_code | R Documentation |
Lookup Drug Code(s) from Name via Kegg.jp
kegg_drug_code(name, formal = "")
name |
drug name |
formal |
formal Kegg name |
character vector of drug code(s)
Searching via name is often one-to-many. Use kegg_drug_info() to get
names associated with multiple codes. Results will be filtered to match
formal name if supplied.
https://www.kegg.jp/kegg/drug/
## lookup all associated codes
kegg_drug_code("acetaminophen")
## lookup code for formal name
kegg_drug_code(
"acetaminophen",
"Acetaminophen (JP18/USP); Paracetamol (INN); Tylenol (TN)"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.