Learn R Programming

wrapr (version 2.0.2)

f.: 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

Run this code
# NOT RUN {
f <- f.(sin(.) %.>% cos(.))
7 %.>% f


# }

Run the code above in your browser using DataLab