nycweather: Weather in New York City

Description Usage Format Examples

Description

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).

Usage

1

Format

A tibble with 13,306 rows and 6 variables:

time

The date-time value for the observations

wd,wd

The wind speed and wind direction at the time of observation; units are degrees (blowing from) and meters per second

temp

Temperature in degrees Celsius at the time of observation

p

The atmospheric pressure in hPa units

rh

The relative humidity as a percentage value (in range of 0 to 100)

Examples

1
2
3
# Here is a glimpse at the data
# available in `nycweather`
dplyr::glimpse(nycweather)

rich-iannone/rwr documentation built on Jan. 22, 2021, 7:51 p.m.