View source: R/fun_project_management.R
resumeProject | R Documentation |
This function checks a folder for the latest project log, and once it finds it loads in the environment the latest mm object and the buffered study area.
resumeProject(folder = NULL, trustlog = FALSE)
folder |
Project folder (by default the working directory) |
trustlog |
Should the project log decide which MM object to load? If TRUE, looks for the file path recorded in the last_success slot even if a more recent version exists. If FALSE, prefers the MM file with the latest timestamp. |
The projectLog object, the mm object, and the studyAreaBuffer object. Also prints an indication of what datasets are already incorporated and which remain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.