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