Nothing
## This file was created automatically, do not edit by hand.
#' @param ofile String with the path to the output file.
#' @param grid STRING - Grid description file or name
#' @param zaxis STRING - Z-axis description file
#'
#' @export
#' @rdname input
cdo_input <- function(grid = NULL, zaxis = NULL, ofile = NULL) {
cdo(operator = operators$input,
input = list(),
params = list(grid = grid, zaxis = zaxis),
output = c(ofile)
)
}
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.