cdo_use: Chose CDO version to use

View source: R/cdo-install.R

cdo_useR Documentation

Chose CDO version to use

Description

Chose CDO version to use

Usage

cdo_use(version = c("system", "packaged"))

Arguments

version

String with the cdo version to use:

  • "system" (the default) will use the system-wide installed version (specifically, whatever path is returned by Sys.which("cdo")).

  • "packaged" instructs rcdo to use a package-specific version that can be compiled and installed with cdo_install().

Details

A one-time warning will be issued if the the cdo version found when using "system" doesn't match the version used to build the rcdo package. In that case, some operators documented in this package might not be available to you or might behave slightly different. However, most operators are stable, particularly the most often used ones.

Value

The path to the cdo executable (invisibly).


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