Learn R Programming

oce (version 0.1-81)

processing.log.append: Copy an object, but with an updated processing log.

Description

Append an item to a processing log

Usage

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

Arguments

x
an oce object.
action
a character string describing the action.

Value

  • A copy of the object, but with the processing log containing the new entry.

Details

This returns an object with an updated processing log.

Examples

Run this code
data(ctd)
ctd$metadata$latitude <- ctd$metadata$latitude + 1
ctd <- processing.log.append(ctd, "correct latitude")

Run the code above in your browser using DataLab