processing.log.append {oce}R Documentation

Append item to the processing log of object

Description

Appends a time-stamped item to the processing log of an object.

Usage

processing.log.append(x, action="")

Arguments

x An oce object.
action A character string describing the action.

Details

This is used to add a time-stamped item to the processing log of the object.

Value

The object, with a new entry in its log.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

See Also

Examples

## Not run: 
# This (and another typographical correction) was done in creating data(section).
stn15 <- ctd.decimate(ctd.trim(read.ctd("BED0315.CNV")),p=p)
stn15$latitude <- stn15$latitude + 1
stn15 <- processing.log.append(stn15, "DEK: add 1 to latitude, correcting a typo")
## End(Not run)

[Package oce version 0.1.67 Index]