Learn R Programming

oce (version 0.1.63)

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

  • A copy of the object, with the updated processing log.

Details

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