reference_drug_frequency | R Documentation |
Look-up table providing the number of times a drug should be administered per day based on the prescription frequency abbreviation (including latin abbreviations).
Example: BD stands for bis die, meaning twice a day. The
corresponding daily_frequency
value is 2.
reference_drug_frequency
A data frame with 64 abbreviations and their corresponding daily frequency value.
data("reference_drug_frequency")
head(reference_drug_frequency)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.