View source: R/std_ListOutbreaks.R
Generates the external outbreak list Generates the internal outbreak list
1 2 3 4 5  | GenerateOutbreakListAPI(df = readRDS(fd::path("results",
  sprintf("%s/resYearLine.RDS", LatestRawID()))),
  dk = readRDS(fd::path("results", sprintf("%s/resYearLineMunicip.RDS",
  LatestRawID()))), saveFiles = c(fd::path("results",
  sprintf("%s/outbreaks.RDS", LatestRawID()))), useType = FALSE)
 | 
df | 
 Data inside resYearLine.RDS  | 
dk | 
 Data inside resYearLineMunicip.RDS  | 
saveFiles | 
 Where are you saving the outbreak lists?  | 
useType | 
 Use type or tag as variable name  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.