View source: R/fun_project_management.R
get_final_map | R Documentation |
This function loads the final basemap saved for a project and prepares it in order to run ecosystem service models.
get_final_map(
folder = NULL,
filename = "final.RDS",
projectLog = parent.frame()$projectLog
)
folder |
Folder in which the final version of the basemap is saved (by default the "final" subfolder in the project's folder) |
filename |
A character string to match to file names in the folder and identify the file to load. Default to "final.RDS" |
projectLog |
The project log file which will be used to find the files on disk |
the classified basemap, as a list of sf tiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.