Backward compabitibility actions:
convertStoX2.7To3(
projectPath2.7,
projectPath3,
newProjectPath3,
functionsToApplyProjectXML2.7To = c("DefineSurvey", "DefineStratumPolygon",
"DefineBioticPSU", "DefineAcousticPSU", "DefineBioticAssignment"),
ow = FALSE,
run = TRUE,
msg = FALSE
)
The path to the StoX 2.7 project to convert to StoX 3.x.x.
The path to the StoX 3.x.x project used as model for the conversion.
The path to the StoX 3.x.x project to create.
A character vector of names of process data functions to read from the project.xml of the projectPath2.7
.
Logical: If TRUE, overwrite the newProjectPath3
.
Logical: If TRUE, run the entire project after converting. If FALSE, changes will not be stored in the project.json before one opens and runs the baseline.
Logical: If TRUE, print extra messages.