R/family-change.R

## This file was created automatically, do not edit by hand.
#' Change field header
#'
#' This module reads fields from infile, changes some header values and writes the results to outfile. The kind of changes depends on the chosen operator. 
#'
#' @details
#'     chcode    Change code number
#'               Changes some user given code numbers to new user given values.
#'     chparam   Change parameter identifier
#'               Changes some user given parameter identifiers to new user given values.
#'     chname    Change variable or coordinate name
#'               Changes some user given variable or coordinate names to new user given names.
#'     chunit    Change variable unit
#'               Changes some user given variable units to new user given units.
#'     chlevel   Change level
#'               Changes some user given levels to new user given values.
#'     chlevelc  Change level of one code
#'               Changes one level of a user given code number.
#'     chlevelv  Change level of one variable
#'               Changes one level of a user given variable name.
#' 
#'
#' 
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name change
NULL

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.