Description Usage Arguments Examples
Wrapper for NOOA GCHN data extraction pipeline. This function will setup global variables, gather information and urls on data and metadata and download the data.
1 2 3 4 5 6 7 8 9 | noaa_ghcn_extract(
year_periods = 1800:1800,
data_folder = "data",
dat_flag = "noaa_ghcn_daily",
remove = FALSE,
data_dl_method = "libcurl",
url = NULL,
metadata_dirname = "metadata"
)
|
year_periods |
(numeric) : 1800:1800 (default) array of years to be downloaded |
data_folder |
(character) : "data" (default) data folder name |
dat_flag |
(character) : "noaa_ghcn_daily" (default) name of the data - will appear as data folder name when data are saved |
remove |
(logical) : FALSE (default) remove .zip file after extraction |
data_dl_method |
(character) : "libcurl" (default) data download method |
url |
(character) : NULL (default) data url - the default one is encoded in the function body |
metadata_dirname |
(character) : "metadata" (default) metadata folder name |
1 2 3 4 | ## Not run:
noaa_ghcn_extract(year_periods = 1800:1801)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.