Description Usage Format Source Examples
Hourly meterological data for LGA, JFK and EWR.
1 |
A data frame with columns:
The variable is character. Weather station. Named origin to facilitate merging with flights data.
The variable is integer. year
The variable is integer. month
The variable is integer. day
The variable is integer. hour
The variable is numeric. Temperature in F
The variable is numeric. Dewpoint in F
The variable is numeric. Relative humidity
The variable is numeric. Wind direction
The variable is numeric. Wind speed in mph
The variable is numeric. Wind gust speed in mph
The variable is numeric. Precipitation in inches
The variable is numeric. Sea level pressure in millibars
The variable is numeric. Visibility in miles
The variable is POSIXct,POSIXt. Date and hour of the recording as a POSIXct date.
https://github.com/hadley/nycflights13
1 2 3 4 | ## Not run:
weather
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.