bind_loudly | R Documentation |
Evaluate a decorated function
bind_loudly(.l, .f, ...)
.l |
A loud value (a list of two elements) |
.f |
A loud function to apply to the returning value of .l |
... |
Further parameters to pass to .f |
A list with elements .f(.l$result) and concatenated logs.
loud_sqrt <- loudly(sqrt) loud_exp <- loudly(exp) 3 |> loud_sqrt() |> bind_loudly(loud_exp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.