R/data.R

#' @docType data
#' @name sample_ili
#' @title Simulated ILI Surveillance Data
#' @description A dataset containing 200 weeks of simulated influenza-like illness case counts.
#' @format A data frame with 200 rows and 2 variables:
#' \itemize{
#'   \item date: Date of observation (weekly)
#'   \item case: Integer count of reported cases
#' }
#' @usage data(sample_ili)
NULL

Try the WarnEpi package in your browser

Any scripts or data that you put into this service are public.

WarnEpi documentation built on Aug. 27, 2025, 9:10 a.m.