simpleCDO | R Documentation |
Run simple CDO commands
simpleCDO(command, infile)
command |
|
infile |
|
Output
## Not run:
file <- list.files(paste0(system.file(package="processNC"), "/extdata"),
pattern="tas.*\\.nc", full.names=TRUE)[1]
simpleCDO(command="showname", infile=file)
simpleCDO(command="showtimestamp", infile=file)
simpleCDO(command="sinfo", infile=file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.