R/cdo-splitdate.R

Defines functions cdo_splitdate

Documented in cdo_splitdate

## This file was created automatically, do not edit by hand.
#' @param ifile String with the path to the input file.
#' @param obase String with the basename of the output files.

#'
#' @export
#' @rdname splitdate
cdo_splitdate <- function(ifile, obase = NULL) {
  cdo(operator = operators$splitdate,
      input = list(ifile),
      params = NULL,
      output = c(obase)
  )
}

Try the rcdo package in your browser

Any scripts or data that you put into this service are public.

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