cf_open: Opens an existing netCDF file for reading (or, optionally,...

Description Usage Arguments

View source: R/nc.R

Description

Opens an existing netCDF file for reading (or, optionally, writing).

Usage

1
cf_open(filename, write = FALSE)

Arguments

filename

Name of the existing netCDF file to be opened.

write

If FALSE (default), then the file is opened read-only. If TRUE, then writing to the file is allowed.


byzheng/ncdf4cf documentation built on Oct. 25, 2021, 2:12 a.m.