us_temp_tbl_df {usdatasets} | R Documentation |
The dataset 'us_temp_tbl_df' contains temperature records from various weather stations across the United States, providing both maximum and minimum temperature readings. This dataset is structured as a tibble for ease of use within the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package.
data(us_temp_tbl_df)
A tibble with 10,118 rows and 9 columns:
Character string representing the weather station identifier.
Character string for the name of the weather station.
Numeric value for the latitude of the weather station.
Numeric value for the longitude of the weather station.
Numeric value for the elevation of the weather station in meters.
Date of the recorded temperature data.
Numeric value for the maximum temperature recorded (in degrees Celsius).
Numeric value for the minimum temperature recorded (in degrees Celsius).
Factor representing the year of the recorded data.
National Oceanic and Atmospheric Administration (NOAA).