Execute a CDO operation
cdo_execute(
operation,
output = temp_output(operation, !cache),
options = NULL,
options_replace = FALSE,
verbose = FALSE,
cache = getOption("rcdo_cache", default = FALSE)
)cdo_execute_list(
operations,
output = NULL,
options = NULL,
options_replace = FALSE,
verbose = FALSE,
cache = FALSE
)
a CDO operation
an output file or base string for output files. Defaults to temporary files that will be deleted when its bond variable is garbage collected.
character vector with CDO options.
logical indicating whether the options given in execute should
replace any other options (global or set with cdo_options_use
).
whether to print the command being executed.
whether to cache results. See cdo_cache_set()
for details.
a list of CDO operations