cdo_execute | R Documentation |
Execute a CDO operation
cdo_execute(
operation,
output = temp_output(operation),
options = NULL,
verbose = FALSE
)
cdo_execute_list(operations, output = NULL, options = NULL, verbose = FALSE)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.