Description Usage Arguments Value Examples
Download defined daily dose (DDD) information
1 |
atc |
Character vector of ATC codes for which to download DDD information. |
comb |
Logical. Search list of combined product DDDs? |
progress |
Logical. Report progress in real time? |
A data frame with all available DDD information for the selected ATC codes. For combined product DDDs, the information is printed to the console.
1 2 3 4 5 6 7 8 9 | ## Not run:
# Two regular ATC codes
getDDD(atc = c("J01CA04", "J01CA05"))
# Two regular ATC codes and a combined product ATC code
getDDD(atc = c("J01CA04", "J01CA05", "J01CA20"))
# Two regular ATC codes, a fake ATC code, and a malformed code
getDDD(atc = c("J01CA04", "J01CA05", "B01AC99", "BB1AC99"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.