View source: R/composed_projector.R
compose_partial_projector | R Documentation |
Creates a composed_partial_projector
object that applies partial projections sequentially.
If multiple projectors are composed, the column indices (colind) used at each stage must be considered.
This infix operator provides syntactic sugar for composing projectors sequentially.
It is an alias for compose_partial_projector
.
compose_partial_projector(...)
lhs %>>% rhs
... |
A sequence of projectors that implement |
lhs |
The left-hand side projector (or a composed projector). |
rhs |
The right-hand side projector to add to the sequence. |
A composed_partial_projector
object.
A composed_partial_projector
object representing the combined sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.