Either empty (the default), a character string, or NULL
,
to control additions made to the processing log of the return value. If
note=""
then an entry is created based on deparsing the function call.
If note
is a non-empty string, then that string gets added added
to the processing log. Finally, if note=NULL
, then nothing is
added to the processing log. This last form is useful in cases where
oceSetData
is to be called many times in succession, resulting
in an overly verbose processing log; in which case, it might helpful
to use processingLog<- to add a summary entry to the object's
processing log.