is_noop
From mlr3pipelines v0.3.1
by Martin Binder
Test for NO_OP
Test whether a given object is a NO_OP
.
Usage
is_noop(x)
Arguments
- x
any
Object to test.
Value
logical(1)
: Whether x
is a NO_OP
.
See Also
Other Path Branching:
NO_OP
,
filter_noop()
,
mlr_pipeops_branch
,
mlr_pipeops_unbranch
Community examples
Looks like there are no examples yet.