Build an anonymous function.
makeFunction_se(params, body, env = parent.frame())
params | formal parameters of function, unbound names. |
---|---|
body | substituted body of function to map arguments into. |
env | environment to work in. |
user defined function.
#> [1] 49#> [1] 301