ncdfInfo: Gets Information and metadata from netcdf

View source: R/conversion_functions.R

ncdfInfoR Documentation

Gets Information and metadata from netcdf

Description

This function extracts dimensions and attributes from 'NetCDF' file.

Usage

ncdfInfo(pth, dim = TRUE, attrs = FALSE)

Arguments

pth

a path to a NetCDF file with the extension '.nc' or '.nc4'

dim

logical if TRUE, dimensions the files are returned

attrs

logical if TRUE, variable and global attributes are returned

Value

a named list

Examples

## Not run: 
PUT EXAMPLE HERE

## End(Not run)

dof1985/cwatm4r documentation built on Nov. 8, 2022, 7:30 p.m.