Create a time file object, from fresh or an existing file.

gadgettime(file_name, path, missingOkay = FALSE)

Arguments

file_name

The name of the time file

path

The path to the gadget directory to read from

missingOkay

If TRUE, return an empty time file object if file does not exist.

Value

A list of time components representing file

Examples

if (FALSE) {
path <- './cod-model'
# Read 'Modelfiles/time' time file, creating it if it doesn't exist
gadgettime('Modelfiles/time', path, missingOkay = TRUE)  
}