Nothing
## 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.