Skip to contents

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).

Usage

data(korea_dengue_tbl_df)

Format

A tibble with 33 observations and 7 variables:

Country

Character vector indicating the country of origin of the dengue cases

Region

Character vector indicating the region within the country

2011

Character vector indicating the number of imported cases in 2011

2012

Character vector indicating the number of imported cases in 2012

2013

Character vector indicating the number of imported cases in 2013

2014

Character vector indicating the number of imported cases in 2014

2015

Character vector indicating the number of imported cases in 2015

Source

Data taken from the denguedatahub package version 2.1.1

Details

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.