Learn R Programming

oce (version 0.1-76)

processing.log.append: 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.

Value

  • The object, with a new entry in its log.

Details

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

Examples

Run this code
# This (and another typographical correction) was done in creating data(section).
data(ctd)
ctd$metadata$latitude <- ctd$metadata$latitude + 1
ctd <- processing.log.append(ctd, "DEK: move station a degree north")

Run the code above in your browser using DataLab