pick | R Documentation |
Retrieve an element from a loud value
pick(.l, .e)
.l |
A loud value |
.e |
Element of interest to retrieve, one of "result" or "log" |
The result
or log
element of the loud value .l
loud_sqrt <- loudly(sqrt) loud_exp <- loudly(exp) 3 |> loud_sqrt() %>=% loud_exp() |> pick("result")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.