Description Usage Format Examples
This contains select weather data for New York City in 2010. The meteorological data was recorded at Laguardia Airport. Data was retrieved by using the stationaRy R package. The data was originates from the Integrated Surface Dataset (ISD), which is maintained by the National Oceanic and Atmospheric Administration (NOAA).
1 |
A tibble with 13,306 rows and 6 variables:
The date-time value for the observations
The wind speed and wind direction at the time of observation; units are degrees (blowing from) and meters per second
Temperature in degrees Celsius at the time of observation
The atmospheric pressure in hPa units
The relative humidity as a percentage value (in range of 0
to
100
)
1 2 3 | # Here is a glimpse at the data
# available in `nycweather`
dplyr::glimpse(nycweather)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.