processingLogItem: Create an Item That can be Inserted into a Processing Log

View source: R/processingLog.R

processingLogItemR Documentation

Create an Item That can be Inserted into a Processing Log

Description

A function is used internally to initialize processing logs. Users will probably prefer to use processingLogAppend() instead.

Usage

processingLogItem(value = "")

Arguments

value

A string that will be used for the item.

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()


dankelley/oce documentation built on May 8, 2024, 10:46 p.m.