Setup the global variables for NOOA GHCN data
1 2 3 4 5 6 | nooa_ghcn_setup_variables(
dat_flag = "noaa_ghcn_daily",
data_dl_method = "libcurl",
metadata_dirname = "metadata",
url = NULL
)
|
dat_flag |
(character) : "noaa_ghcn_daily" (default) name of the data - will appear as data folder name when data are saved |
data_dl_method |
(character) : "libcurl" (default) data download method |
metadata_dirname |
(character) : "metadata" (default) metadata folder name |
url |
(character) : NULL (default) data url - the default one is encoded in the function body |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.