processingLog-set: Add an Item to a Processing Log

processingLog<-R Documentation

Add an Item to a Processing Log

Description

Add an Item to a Processing Log

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)


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