Execute a CDO operation
cdo_execute.Rd
Execute a CDO operation
Usage
cdo_execute(
operation,
output = temp_output(operation),
options = NULL,
verbose = FALSE
)
cdo_execute_list(operations, output = NULL, options = NULL, verbose = FALSE)
Arguments
- operation
a CDO operation
- output
an output file or base string for output files. Defaults to temporary files that will be deleted when its bond variable is garbage collected.
- options
character vector with CDO options.
- verbose
whether to print the command being executed.
- operations
a list of CDO operations