match_drug_names | R Documentation |
Match a list of drug names/aliases to the dataset of drugs provided by pharmOncoX
match_drug_names(
query = NULL,
exclude_salt_forms = TRUE,
exclude_adc = FALSE,
cache_dir = NA,
force_download = FALSE
)
query |
A character vector of drug names/aliases |
exclude_salt_forms |
Logical indicating if salt forms should be excluded |
exclude_adc |
Logical indicating if antibody-drug conjugates should be excluded |
cache_dir |
Local directory for data download |
force_download |
Logical indicating if local cache should force downloaded |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.