loudly | R Documentation |
Add a simple logging message to any function
loudly(.f)
.f |
A function to decorate |
A function which returns a list. The first element of the list, $result, is the result of the original function .f applied to its inputs, and the second element is a log message, $log.
loudly(sqrt)(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.