Download data for NOAA SWDI data
1 2 3 4 5 6 7 8 | noaa_swdi_data_download(
noaa_all,
noaa_swdi_ind_tiles,
noaa_swdi_type,
year_periods = 1995:1995,
data_folder = "data",
remove = FALSE
)
|
noaa_all |
(tibble) : Data and Metadata info |
noaa_swdi_ind_tiles |
(integer) : A value in |
noaa_swdi_type |
(character) : Specifying the type of NOAA-SWDI data to
download and extract. Can be one of the following values:
|
year_periods |
(numeric) : 1800:1800 (default) array of years to be downloaded |
data_folder |
(character) : "data" (default) data folder name |
remove |
(logical) : FALSE (default) remove .zip file after extraction |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.