processingLogAppend {oce} | R Documentation |
Append an Item to a Processing Log
Description
Append an Item to a Processing Log
Usage
processingLogAppend(h, value = "")
Arguments
h |
either the |
value |
A string indicating the text of the log entry. |
Value
An list()
containing items named
time
and value
, i.e. the times of entries
and the text notations of those entries..
See Also
Other things related to processing logs:
processingLog<-()
,
processingLogItem()
,
processingLogShow()
[Package oce version 1.8-2 Index]