cdo_execute {rcdo} | R Documentation |
Execute a CDO operation
Description
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 |
[Package rcdo version 0.2.0 Index]