china_dengue_tbl_df | R Documentation |
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.
data(china_dengue_tbl_df)
A tibble with 16 observations and 5 variables:
Integer year of observation (2005–2020)
Numeric vector of indigenous dengue cases
Numeric vector of imported dengue cases
Numeric vector of counties with reported indigenous dengue fever
Numeric vector of counties with reported imported dengue fever
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.
Data taken from the denguedatahub package version 2.1.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.