R/cdo-showattribute.R

Defines functions cdo_showattribute

Documented in cdo_showattribute

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

#' @param attributes STRING - Comma-separated list of attributes.
#'
#' @export
#' @rdname showattribute
cdo_showattribute <- function(ifile, attributes = NULL) {
  cdo(operator = operators$showattribute,
      input = list(ifile),
      params = list(attributes = attributes),
      output = c()
  )
}

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.