gadgetprintfile.Rd
Create a print file object, from fresh or an existing file.
gadgetprintfile(file_name, path, missingOkay = FALSE, recursive = TRUE)
The name of the print file
The path to the gadget directory to read from
If TRUE
, return an empty print file object if file does not exist.
If TRUE
, read all connected files recursively
A list of print components representing file
if (FALSE) {
path <- './cod-model'
# Read 'print' print file, creating it if it doesn't exist
gadgetprintfile('print', path, missingOkay = TRUE)
}