SeoulMosquito_tbl_df | R Documentation |
This dataset, SeoulMosquito_tbl_df, is a tibble containing daily mosquito indicator data and weather measurements for Seoul, South Korea, from 2016 to 2019. The mosquito indicator represents the number of mosquitoes per specific area. The dataset also includes daily precipitation and temperature metrics (mean, minimum, and maximum). The dataset preserves the original structure from its source on Kaggle.
data(SeoulMosquito_tbl_df)
A tibble with 1,342 observations and 6 variables:
Observation date (Date)
Number of mosquitoes per specific area (numeric)
Daily precipitation in millimeters (numeric)
Mean daily temperature in degrees Celsius (numeric)
Minimum daily temperature in degrees Celsius (numeric)
Maximum daily temperature in degrees Celsius (numeric)
The dataset name has been kept as 'SeoulMosquito_tbl_df' to maintain consistency with the naming conventions in the SouthKoreAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/kukuroo3/mosquito-indicator-in-seoul-korea
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.