Backward compabitibility actions:

convertStoX2.7To3(
  projectPath2.7,
  projectPath3,
  newProjectPath3,
  functionsToApplyProjectXML2.7To = c("DefineSurvey", "DefineStratumPolygon",
    "DefineBioticPSU", "DefineAcousticPSU", "DefineBioticAssignment"),
  ow = FALSE,
  run = TRUE,
  msg = FALSE
)

Arguments

projectPath2.7

The path to the StoX 2.7 project to convert to StoX 3.x.x.

projectPath3

The path to the StoX 3.x.x project used as model for the conversion.

newProjectPath3

The path to the StoX 3.x.x project to create.

functionsToApplyProjectXML2.7To

A character vector of names of process data functions to read from the project.xml of the projectPath2.7.

ow

Logical: If TRUE, overwrite the newProjectPath3.

run

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.

msg

Logical: If TRUE, print extra messages.