Nothing
## This file was created automatically, do not edit by hand.
#' @param ifile1,ifile2 Strings with the path to the input files.
#' @param ofile String with the path to the output file.
#' @param nday INTEGER - Number of consecutive days (default: nday = 6)
#' @param freq STRING - Output frequency (year, month)
#'
#' @export
#' @rdname ecahwfi
cdo_etccdi_wsdi <- function(ifile1, ifile2, nday = NULL, freq = NULL, ofile = NULL) {
cdo(operator = operators$etccdi_wsdi,
input = list(ifile1, ifile2),
params = list(nday = nday, freq = freq),
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.