newa_nrcc3 | R Documentation |
Retrieve Weather data from the Network for Environment and Weather Applications (NEWA) version 3.0 at Cornell University.
newa_nrcc3(
year,
month,
day,
hour,
station,
base = "https://hrly.nrcc.cornell.edu/stnHrly"
)
year |
Numeric value with the start year. |
month |
Numeric value with the start month. |
day |
Numeric value with the start day. |
hour |
Numeric value with the start hour. |
station |
String with the station abbreviation. Check
|
base |
Base URL (default: https://hrly.nrcc.cornell.edu/stnHrly). |
List of data frames with hourly
, daily
,
hourly_forecast
, and daily forecast (daily_forecast
) data.
scrappy::newa_nrcc3(2021, 12, 01, 00, "gbe")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.