Learn R Programming

oce (version 0.1-82)

processing.log.add: Add an item to a processing log

Description

Add an item to a processing log

Usage

processing.log.add(pl, action="")

Arguments

pl
a processing log. If NULL, a new processing log is created.
action
a character string describing the action.

Value

  • The processing log.

Details

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

Examples

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

Run the code above in your browser using DataLab