processingLog<- | R Documentation |
Add an Item to a Processing Log
processingLog(x) <- value
x |
an oce object. |
value |
A character string with the description of the logged activity. |
Other things related to processing logs:
processingLogAppend()
,
processingLogItem()
,
processingLogShow()
data(ctd)
processingLogShow(ctd)
processingLog(ctd) <- "test"
processingLogShow(ctd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.