isd_read | R Documentation |
Function to read ISD data files.
isd_read( file, priority = FALSE, longer = FALSE, parallel = FALSE, verbose = FALSE )
file |
Vector of file names. |
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 an example data file isd_read( "https://www.ncei.noaa.gov/data/global-hourly/access/2020/11290099999.csv" ) # Load an example data file and clean it a bit isd_read( "https://www.ncei.noaa.gov/data/global-hourly/access/2020/11290099999.csv", priority = TRUE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.