%T>% | R Documentation |
%T>%
for details.The T-pipe operator is similar to the pipe operator, but it returns the value
of the left-hand side expression instead of the result of the right-hand side
function. It is useful for side effects, such as printing or plotting.
See %T>%
for details.
lhs %T>% rhs
lhs |
A value or the magrittr placeholder. |
rhs |
A function call using the magrittr semantics. |
The value of lhs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.