View source: R/get-pacea-data.R
get_pacea_data | R Documentation |
Large spatiotemporal pacea data files can be downloaded individually from pacea-data.
get_pacea_data(layer, update = FALSE, ask = interactive(), force = FALSE)
layer |
Name of the data object. |
update |
Logical. Would you like to check for a newer version of the layer? |
ask |
Logical. Should the user be asked before downloading the data to local cache? Defaults to the value of interactive(). |
force |
Logical. Should download of data be forced? Overrides 'ask' argument if TRUE. |
Some large pacea data sets are stored in a GitHub repository, pacea-data, and get_pacea_data allows users to choose which data to download locally. Refer to ‘pacea_data' to view the data files available for download. Code adapted from ’bcmaps'
Data object requested
## Not run:
get_pacea_data("bccm_surface_temperature")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.