subset_atc | R Documentation |
Subset ATC codes into the minimal code based on the level of query.
subset_atc(atc, query = c("first", "second", "third", "fourth"))
atc |
WHO ATC code. |
query |
The level to subset the code at. Options are "first" (default), "second", "third", "fourth". |
The subsetted code.
subset_atc("R06AE", "first")
subset_atc("R06AE", "second")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.