lookup_fun | R Documentation |
This function is an internal utility exported for its usefulness when debugging recipes. Normal workflows will not involve calling it directly.
lookup_fun(str)
str |
ANY. A function (immediately returned) or a character(1) value of the form |
A function
lookup_fun(rnorm)
lookup_fun("rnorm")
lookup_fun("stats::rnorm")
lookup_fun("stats:::rnorm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.