is_noop {mlr3pipelines} | R Documentation |
Test for NO_OP
Description
Test whether a given object is a NO_OP
.
Usage
is_noop(x)
Arguments
x |
|
Value
logical(1)
: Whether x
is a NO_OP
.
See Also
Other Path Branching:
NO_OP
,
filter_noop()
,
mlr_pipeops_branch
,
mlr_pipeops_unbranch
[Package mlr3pipelines version 0.6.0 Index]