f. {wrapr} | R Documentation |
Build an anonymous function of dot.
Description
Build an anonymous function of dot.
Usage
f.(body, env = parent.frame())
Arguments
body |
function body |
env |
environment to work in. |
Value
user defined function.
See Also
lambda
, defineLambda
, named_map_builder
, makeFunction_se
Examples
f <- f.(sin(.) %.>% cos(.))
7 %.>% f
[Package wrapr version 2.1.0 Index]