Description Usage Arguments Value See Also Examples
View source: R/internal_functions.R
Filter the table of parameters for the report on the given disease
1 | filterDisease(dis, reportParameters)
|
dis |
character string, disease code |
reportParameters |
dataset of parameters for the report
(default |
dataframe with one row (from the AERparams
dataframe)
corresponding to the parameters of the selected disease
1 2 3 | disease <- "SALM"
reportParameters <- EpiReport::AERparams
reportParameters <- filterDisease(disease, reportParameters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.