get_dataset | R Documentation |
Deprecated, use sp_get_dataset()
instead.
get_dataset(dataset_id, year, month = 12, dest_dir = NULL, redownload = FALSE)
dataset_id |
A dataset ID. See |
year |
year, numeric vector of length <= 1 (can take multiple values), 2015-2019 for some datasets, 2010-2020 for others. Defaults to 2018. (see Details for how to work with data across time periods.) |
month |
month, numeric vector of length <= 1 (can take multiple values). Must be between 1 and 12. Defaults to 12. (see Details for how to work with data across time periods.) |
dest_dir |
character. Directory in which downloaded files will be stored.
If left unset, will use the |
redownload |
Redownload even if file has already been downloaded? Defaults to FALSE. |
character (link) if download = TRUE, nothing otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.