Learn R Programming

zonator (version 0.6.0)

load_zproject: Load a Zonation project.

Description

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.

Usage

load_zproject(root, debug = FALSE)

Arguments

root

Character string path pointing to an existing directory (with potentially bat-files in it) or to a new directory to be created.

debug

logical defining if debugging level for logging should be used.

Value

A Zproject object.

See Also

Zproject-class, Zvariant-class and create_zproject