This dataset, korea_dengue_tbl_df, is a tibble containing information on imported dengue cases in Korea from the years 2011 to 2015. The data were collected by the Korea Centers for Disease Control and Prevention (KCDC).
data(korea_dengue_tbl_df)
A tibble with 33 observations and 7 variables:
Character vector indicating the country of origin of the dengue cases
Character vector indicating the region within the country
Character vector indicating the number of imported cases in 2011
Character vector indicating the number of imported cases in 2012
Character vector indicating the number of imported cases in 2013
Character vector indicating the number of imported cases in 2014
Character vector indicating the number of imported cases in 2015
The dataset name has been kept as 'korea_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.