Skip to contents

Provides a summary of variables and deadlines of a netCDF archive.

Usage

nc_summary(x)

Arguments

x

Filename of netCDF archive or NetCDF object.

Value

A table with main information about input file.

Examples

if (FALSE) {
concfile <- c("extdata/conc_farm.nc")
nc_summary(concfile)
}