resumeProject: Resume Existing Project

View source: R/fun_project_management.R

resumeProjectR Documentation

Resume Existing Project

Description

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.

Usage

resumeProject(folder = NULL, trustlog = FALSE)

Arguments

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.

Value

The projectLog object, the mm object, and the studyAreaBuffer object. Also prints an indication of what datasets are already incorporated and which remain.


ecoservR/ecoserv_tool documentation built on April 5, 2025, 1:49 a.m.