Create an Item That can be Inserted into a Processing Log
Source:R/processingLog.R
processingLogItem.Rd
A function is used internally to initialize processing logs.
Users will probably prefer to use processingLogAppend()
instead.
Value
A list()
containing time
, which is
the time in UTC (calculated with presentTime()
)
at the moment the function is called and
value
, a string that is set to the argument of the same name.
See also
Other things related to processing logs:
processingLog<-()
,
processingLogAppend()
,
processingLogShow()