Description Usage Arguments Value Note
View source: R/function_utils.r
Creates and returns a new function stub without capturing any environment variables.
1 | new.function(envir = globalenv())
|
envir |
The new function closure's environment, defaults to |
A new function that does not take any arguments and always returns NULL
.
Always use this function to dynamically generate new functions that are not clojures to prevent hard to find memory leaks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.