| f. | R Documentation |
Build an anonymous function of dot.
f.(body, env = parent.frame())
body |
function body |
env |
environment to work in. |
user defined function.
lambda, defineLambda, named_map_builder, makeFunction_se
f <- f.(sin(.) %.>% cos(.))
7 %.>% f
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.