mlr3pipelines (version 0.3.0)

assert_pipeop: Assertion for mlr3pipeline PipeOp

Description

Function that checks that a given object is a PipeOp and throws an error if not.

Usage

assert_pipeop(x)

Arguments

x

(any) Object to check.

Value

PipeOp invisible(x)

See Also

Other Graph operators: %>>%(), as_graph(), as_pipeop(), assert_graph(), greplicate(), gunion(), pipeline_greplicate()