| handleFlagsInternal {oce} | R Documentation |
This function carries out low-level processing relating to data-quality flags,
as a support for higher-level functions such handleFlags,ctd-method for
ctd objects. In most cases, users will not call handleFlagsInternal
directly.
handleFlagsInternal(object, flags, actions, debug = 0)
object |
An |
flags |
A named |
actions |
A character vector indicating actions to be carried out for the corresponding
|
debug |
An integer indicating the degree of debugging requested, with value |
A copy of object, modified as indicated by flags and actions.