filter_noop
From mlr3pipelines v0.3.0
by Martin Binder
Remove NO_OPs from a List
Remove all NO_OP
elements from a list
.
Usage
filter_noop(x)
Arguments
- x
list
List to filter.
Value
list
: The input list, with all NO_OP
elements removed.
See Also
Other Path Branching:
NO_OP
,
is_noop()
,
mlr_pipeops_branch
,
mlr_pipeops_unbranch
Community examples
Looks like there are no examples yet.