SouthKoreaCovid19_tbl_df | R Documentation |
This dataset, SouthKoreaCovid19_tbl_df, is a tibble containing COVID-19 data for South Korea from January 20th 2019 to March 20th 2020. It includes epidemiological, demographic, and geographic variables.
data(SouthKoreaCovid19_tbl_df)
A tibble with 244 observations and 11 variables:
Number of COVID-19 cases (numeric)
Morbidity rate (numeric)
Proportion of population with high school education (numeric)
Healthcare access index (numeric)
Difference in standard deviation or related metric (numeric)
Crowding index (numeric)
Migration rate (numeric)
Health behavior index (numeric)
Longitude coordinate (numeric)
Latitude coordinate (numeric)
Natural log of total cases or population (numeric)
The dataset name has been kept as 'SouthKoreaCovid19_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.
Data taken from the gwzinbr package version 0.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.