processingLog-set: Add an item to a processing log (in place)

processingLog<-R Documentation

Add an item to a processing log (in place)

Description

Add an item to a processing log (in place)

Usage

processingLog(x) <- value

Arguments

x

an oce object.

value

A character string with the description of the logged activity.

See Also

Other things related to processing logs: processingLogAppend(), processingLogItem(), processingLogShow()

Examples

data(ctd)
processingLogShow(ctd)
processingLog(ctd) <- "test"
processingLogShow(ctd)


oce documentation built on July 9, 2023, 5:18 p.m.