%>=% | R Documentation |
Pipe a loud value to a decorated function
.l %>=% .f
.l |
A value returned by loudly |
.f |
A loud function to apply to the returning value of .l |
A loud value.
loud_sqrt <- loudly(sqrt) loud_exp <- loudly(exp) 3 |> loud_sqrt() %>=% loud_exp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.