Learn R Programming

ncdf.tools (version 0.7.1.295)

modifyNcdfAppendHistory: Append a string to netCDF history

Description

Convenience function to append a string together with the date and the user to the history attribute of an NetCDF file.

Usage

modifyNcdfAppendHistory(file, string)

Arguments

file
character sting or RNetCDF file connection: file to write to.
string
character string: string to append to the history

Value