Description Usage Arguments Value Examples
Retrieve Weather data from the Network for Environment and Weather Applications (NEWA) at Cornell University.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| client | 
 | 
| year | Numeric value with the year. | 
| month | Numeric value with the month. | 
| station | String with the station abbreviation. Check the http://newa.cornell.edu/index.php?page=station-pages for a list. | 
| base | Base URL (default: http://newa.nrcc.cornell.edu/newaLister). | 
| interval | String with data interval (default: hly, hourly). | 
| sleep | Numeric value with the number of seconds to wait for the page to load the results (default: 6 seconds). | 
| table_id | String with the unique HTML ID assigned to the table
containing the data (default:  | 
| path | String with path to location where CSV files should be stored
(default:  | 
| save_file | Boolean flag to indicate whether or not the output should be stored as a CSV file. | 
Tibble with the data retrieved from the server.
| 1 2 3 4 5 6 7 8 9 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.