cdo_use {rcdo} | R 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:
|
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).
[Package rcdo version 0.3.0 Index]