Medellin_rain_tbl_df | R Documentation |
This dataset, Medellin_rain_tbl_df, is a tibble containing information about rainfall measurements in Medellin, Colombia, including station identifiers, geographical coordinates, date of observation, and rainfall values.
data(Medellin_rain_tbl_df)
A tibble with 185,705 observations and 8 variables:
Numeric identifier for the rain observation station.
Numeric value representing the latitude of the station.
Numeric value representing the longitude of the station.
Date of the rainfall observation.
Numeric year of the observation.
Numeric month of the observation.
Numeric day of the observation.
Numeric value representing the amount of rainfall in millimeters.
The dataset name has been kept as Medellin_rain_tbl_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ColombiAPI 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.
Originally taken from the tidychangepoint package version 0.0.1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.