store_dir | R Documentation |
Generate a path to a storage directory
store_dir(set_list, base_dir = fs::path("..", "..", "out"))
set_list |
Named, nested list. Passed to |
base_dir |
Character. Path to outputs store. |
Full path to a store directory for a project
# a list of settings
settings <- list(extent = list(polygons = "sa_ibrasub_xn"
, filt_col = NULL
, filt_level = NULL
, buffer = 0
, temp_ext = "P50Y"
)
, grain = list(x = 90
, y = 90
, z = "P50Y"
, taxonomic = "species"
)
, aoi = list(polygons = "lsa"
, filt_col = "LSA"
, filt_level = "GA"
, buffer = 0
)
)
# generate the full path to a store
out_dir <- store_dir(settings)
out_dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.