Description Usage Arguments Value Examples
Converts special defined lambda expression format to R function
1 | lambda_to_func(expr)
|
expr |
formula to convert |
Function for applying
1 2 3 4 5 | lambda_to_func(x ~ {
a <- x + 1
return (a * 2)
})(3)
# 8
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.