vars {eva3dm} | R Documentation |
Function to return variable names
Description
Return variable names of a NetCDF
Usage
vars(file = NA, action = "get", verbose = FALSE)
Arguments
file |
file name |
action |
'get' to return variable names or 'print' to print |
verbose |
display additional information |
Value
string
Examples
vars(paste0(system.file("extdata",package="eva3dm"),'/wrfinput_d01'))
[Package eva3dm version 0.99.1 Index]