filter_noop {mlr3pipelines} | R Documentation |
Remove NO_OPs from a List
Description
Remove all NO_OP
elements from a list
.
Usage
filter_noop(x)
Arguments
x |
|
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
[Package mlr3pipelines version 0.6.0 Index]