get_ATC_name | R Documentation |
Look up the drug name from an ATC code using the WHO DDD website. Requires an internet connection.
get_ATC_name(x, silent = FALSE)
x |
a character vector of ATC codes |
silent |
if |
a character vector of ATC names (lowercase).
Adapted from atc_online_property()
with thanks to
the AMR package authors.
get_ATC_name("J01XA01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.