processingLog<- {oce} | R Documentation |
Add an item to a processing log (in place)
processingLog(x) <- value
x |
An |
value |
A character string with the description of the logged activity. |
data(ctd) processingLogShow(ctd) processingLog(ctd) <- "test" processingLogShow(ctd)