Learn R Programming

infectiousR (version 0.1.0)

zika_sanandres_df: Zika in San Andres, Colombia, 2015

Description

This dataset, zika_sanandres_df, is a data frame containing the daily incidence of Zika virus disease in San Andres, Colombia, during 2015.

Usage

data(zika_sanandres_df)

Arguments

Format

A data frame with 101 observations and 2 variables:

date

Date object representing the date of reported Zika cases

cases

Integer vector indicating the number of daily reported Zika cases

Details

The dataset name has been kept as 'zika_sanandres_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.