pad_global_attribute: Add a value to a global attribute of a netCDF file

Description Usage Arguments

View source: R/attributes.R

Description

Add a value to a global attribute of a netCDF file

Usage

1
pad_global_attribute(nc, attribute_name, attribute_value, sep = "\n")

Arguments

nc

an object 'ncdf4'

attribute_name

the name of the global attribute to add to

attribute_value

the value to pad

sep

separator to add between the existing value and the padded value.


efts documentation built on May 2, 2019, 3:39 p.m.