| 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)