Learn R Programming

oce (version 0.3-1)

processingLog: Add an item to object processingLog

Description

Add an item to object processingLog

Usage

processingLog(x) <- value
processingLog(h, value="")
processingLogItem(value="")

Arguments

h
a processingLog, e.g. x$processingLog for an oce object named x. If h is NULL, a new processingLog is created.
value
a character string describing the action.
x
an oce object.

Value

  • The updated processingLog.

Details

The processingLog function is designed for the user to add items to the processingLog of an object. The processingLogItem function is used internally within the package.

Examples

Run this code
data(ctd)
ctd$metadata$latitude <- ctd$metadata$latitude + 1
processingLog(ctd) <- "correct the latitude"

Run the code above in your browser using DataLab