nc_years: Find years available in a netcdf file

Description Usage Arguments Examples

View source: R/years.R

Description

Find years available in a netcdf file

Usage

1

Arguments

ff

This is the file to read years from.

Examples

1
2
3
# Get the years in the sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_years(ff)

r4ecology/rcdo documentation built on July 21, 2019, 9 p.m.