mlr3pipelines (version 0.1.3)

assert_graph: Assertion for mlr3pipeline Graph

Description

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

Usage

assert_graph(x)

Arguments

x

(any) Object to check.

Value

Graph invisible(x)

See Also

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