View source: R/storms-noaa-extract.R
Download data for NOOA STORMEVENTS CSV data
1 2 3 4 5 6 | noaa_stormevents_data_download(
noaa_all,
year_periods = 1800:1800,
data_folder = "data",
remove = FALSE
)
|
noaa_all |
(tibble) : Data and Metadata info |
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.