View source: R/internal_functions.R
filterDisease | R Documentation |
Filter the table of parameters for the report on the given disease
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
AERparams
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.