flat_loudly | R Documentation |
Evaluate a non-loud function on a loud value
flat_loudly(.l, .f, ...)
.l |
A loud value (a list of two elements) |
.f |
A non-loud function |
... |
Further parameters to pass to .f |
Returns the result of .f(.l$result)
loud_value(3) |> flat_loudly(sqrt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.