R/family-showinfo.R

## This file was created automatically, do not edit by hand.
#' Show variables, levels or times
#'
#' This module prints the format, variables, levels or times of the input dataset. 
#'
#' @details
#'     showformat     Show file format
#'                    Prints the file format of the input dataset.
#'     showcode       Show code numbers
#'                    Prints the code number of all variables.
#'     showname       Show variable names
#'                    Prints the name of all variables.
#'     showstdname    Show standard names
#'                    Prints the standard name of all variables.
#'     showlevel      Show levels
#'                    Prints all levels for each variable.
#'     showltype      Show GRIB level types
#'                    Prints the GRIB level type for all z-axes.
#'     showyear       Show years
#'                    Prints all years.
#'     showmon        Show months
#'                    Prints all months.
#'     showdate       Show date information
#'                    Prints date information of all timesteps (format YYYY-MM-DD).
#'     showtime       Show time information
#'                    Prints time information of all timesteps (format hh:mm:ss).
#'     showtimestamp  Show timestamp
#'                    Prints timestamp of all timesteps (format YYYY-MM-DDThh:mm:ss).
#'     showfilter     Show filter specification
#'                    Prints NetCDF4 filter specification of all variables.
#'
#' 
#'
#' @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 showinfo
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.