Learn R Programming

oce (version 0.9-20)

processingLog<-: 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.

Examples

Run this code
data(ctd)
processingLogShow(ctd)
processingLog(ctd) <- "test"
processingLogShow(ctd)

Run the code above in your browser using DataLab