Loads an existing Zonation project as an object of
Zproject-class
. Individual variants
within the Zonation project are parsed into
Zvariant-class
objects and potential
results into Zresults-class
objects.
load_zproject(root, debug = FALSE)
Character string path pointing to an existing directory (with potentially bat-files in it) or to a new directory to be created.
logical defining if debugging level for logging should be used.
A Zproject
object.