NO_OP {mlr3pipelines} | R Documentation |
No-Op Sentinel Used for Alternative Branching
Description
Special data type for no-ops. Distinct from NULL
for easier debugging
and distinction from unintentional NULL
returns.
Usage
NO_OP
Format
R6
object.
See Also
Other Path Branching:
filter_noop()
,
is_noop()
,
mlr_pipeops_branch
,
mlr_pipeops_unbranch
Other Special Graph Messages:
Multiplicity()
[Package mlr3pipelines version 0.6.0 Index]