create_ncdf: Create a new data set

View source: R/makeCFObjects.R

create_ncdfR Documentation

Create a new data set

Description

This function creates a new, empty data set with an associated netCDF file in "netcdf4" format.

Usage

create_ncdf(fn)

Arguments

fn

Optional. The fully qualified file name of the netCDF file if that should be created. The file cannot already exist. It is recommended that the filename uses an extension of ".nc". If the argument is not provided, a virtual data set will be created.


ncdfCF documentation built on Jan. 24, 2026, 1:08 a.m.