cdo_install | R Documentation |
Install the supported CDO version
cdo_install(
reinstall = FALSE,
proj = "/usr",
netcdf = "/usr",
fftw3 = "/usr",
eccodes = "/usr"
)
reinstall |
Logical. Set to true to force reinstallation. |
proj , netcdf , fftw3 , eccodes |
Location of the optional libraries. |
rcdo should work with your normal CDO installation but you if your installed version is not the one used to generate this package, there could be some small inconsistencies in the documentation, missing operators, extra operators or changes in syntax.
cdo_install()
will attempt to download, configure, compile and install
CDO version 2.5.1 in the package data directory. If this
version of CDO exists, the package will use it. Otherwise, it will use your
system's installation.
The path to the installed cdo executable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.