assert_pipeop {mlr3pipelines} | R Documentation |
Assertion for mlr3pipelines PipeOp
Description
Function that checks that a given object is a PipeOp
and
throws an error if not.
Usage
assert_pipeop(x)
Arguments
x |
( |
Value
PipeOp
invisible(x)
See Also
Other Graph operators:
%>>%()
,
as_graph()
,
as_pipeop()
,
assert_graph()
,
chain_graphs()
,
greplicate()
,
gunion()
,
mlr_graphs_greplicate
[Package mlr3pipelines version 0.6.0 Index]