get_isd_data | R Documentation |
Function to directly get/import ISD data.
get_isd_data( site, year, priority = FALSE, longer = FALSE, parallel = FALSE, verbose = FALSE )
site |
Vector of ISD site codes. |
year |
Vector of years. |
priority |
Should only a selected priority group of variables be returned? |
longer |
Should the observations be reshaped to be in "long" format? |
parallel |
Should files be read in parallel? If |
verbose |
Should the function give messages? |
Tibble.
Stuart K. Grange.
# Load some data get_isd_data(site = "11290099999", year = 2020, priority = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.