nc_rename | R Documentation |
Renaming variable and dimensions in a netCDF File
nc_rename( filename, oldnames, newnames, output, verbose = FALSE, overwrite = FALSE )
filename |
The filename of the original ncdf file. |
oldnames |
A string vector containing the names of the variable or dimensions in the file that are to be renamed. |
newnames |
A string vector containing the new names of the variables or dimensions. |
output |
Optional, the output file with the changes. By default, it will overwrite the old file. |
verbose |
If TRUE, run verbosely. |
overwrite |
overwrite output file if already exists? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.