R/cdo-splityearmon.R

Defines functions cdo_splityearmon

Documented in cdo_splityearmon

## 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.
#' @param format STRING - C-style format for strftime() (e.g. %B for the full month name)
#'
#' @export
#' @rdname splittime
cdo_splityearmon <- function(ifile, format = NULL, obase = NULL) {
  cdo(operator = operators$splityearmon,
      input = list(ifile),
      params = list(format = format),
      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.