R/family-output.R

## This file was created automatically, do not edit by hand.
#' Formatted output
#'
#' This module prints all values of all input datasets to standard output. All input fields need to have the same horizontal grid. All input files need to have the same structure with the same variables. The format of the output depends on the chosen operator. 
#'
#' @details
#'     output     ASCII output
#'                Prints all values to standard output.
#'                Each row has 6 elements with the C-style format \"%13.6g\".
#'     outputf    Formatted output
#'                Prints all values to standard output.
#'                The format and number of elements for each row have to be specified by the parameters
#'                format and nelem. The default for nelem is 1.
#'     outputint  Integer output
#'                Prints all values rounded to the nearest integer to standard output.
#'     outputsrv  SERVICE ASCII output
#'                Prints all values to standard output.
#'                Each field with a header of 8 integers (SERVICE likely).
#'     outputext  EXTRA ASCII output
#'                Prints all values to standard output.
#'                Each field with a header of 4 integers (EXTRA likely).
#' 
#'
#' 
#'
#' @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 output
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.