load_layer | R Documentation |
Internal function that is used to load either a raster or a shapefile
load_layer(folder, multiMsg)
folder |
character; folder path of the layer |
multiMsg |
character; used for printing in case of the user is interactively asked to select one layer from multiple ones |
a list of length 2; the first element can be a SpatRaster
or NULL,
and the second element can be a sf
object or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.