ncatt_get_all: Get all variable's attributes from a ncdf object

View source: R/nctools-auxiliar.R

ncatt_get_allR Documentation

Get all variable's attributes from a ncdf object

Description

Get all variable's attributes from a ncdf object

Usage

ncatt_get_all(nc, type = c("var", "dim"))

Arguments

nc

An open connection to a netCDF file as in nc_open(file).

type

A character to choose attributes for variables ("var") or dimensions ("dim").

Value

A list with all the atributes.


roliveros-ramos/nctools documentation built on Aug. 13, 2022, midnight