processingLog: Add an item to object processingLog
Description
Add an item to object processingLog
Usage
processingLog(x) <- value
processingLog(h, value="")
processingLogItem(value="")
processingLogShow(x)
Arguments
h
an oce object, a processingLog, or NULL. If h is an
oce object, then processingLog returns a summary of the processing
log, and value is ignored. If h is a processing log, then
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
alter the processingLog of an object. The processingLogItem
function is used internally within the package.