get_varnames {eurocordexr} | R Documentation |
Wrapper around ncdf4.helpers::nc.get.variable.list
.
get_varnames(filename)
filename |
.nc file |
vector of variable names
# example data from EURO-CORDEX (cropped for size)
fn1 <- system.file("extdata", "test1.nc", package = "eurocordexr")
get_varnames(fn1)