Skip to contents

This dataset, china_dengue_tbl_df, is a tibble containing annual records of indigenous and imported dengue cases in mainland China from 2005 to 2020.

Usage

data(china_dengue_tbl_df)

Format

A tibble with 16 observations and 5 variables:

year

Integer year of observation (2005–2020)

dengue.cases.indigenous

Numeric vector of indigenous dengue cases

dengue.cases.imported

Numeric vector of imported dengue cases

counties.with.dengue.fever.indigenous

Numeric vector of counties with reported indigenous dengue fever

counties.with.dengue.fever.imported

Numeric vector of counties with reported imported dengue fever

Source

Data taken from the denguedatahub package version 2.1.1

Details

The dataset name has been kept as 'china_dengue_tbl_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 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.