internal-grapes-greater-than-greater-than-grapes: Internally Used '%>>%' Operators

internal%>>%R Documentation

Internally Used %>>% Operators

Description

These functions are used internally as replacements of the %>>% operators. This replacement is necessary to enable right-associativity of some operators.

Usage

`internal%>>%`(cpo1, cpo2)

`internal%<<%`(cpo2, cpo1)

`internal%<>>%`(cpo1, cpo2)

`internal%<<<%`(cpo2, cpo1)

`internal%>|%`(cpo1, cpo2)

`internal%|<%`(cpo2, cpo1)

Arguments

cpo1

[data.frame | Task | CPO | CPOTrained]
The source object.

cpo2

[CPO | CPOTrained | Learner]
The sink object.

Value

[data.frame | Task | CPO | CPOTrained].


mlr-org/mlrCPO documentation built on Nov. 18, 2022, 11:25 p.m.