cdo_execute: Execute a CDO operation

View source: R/cdo.R

cdo_executeR 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


rcdo documentation built on June 8, 2025, 12:36 p.m.