f.: Build an anonymous function of dot.

View source: R/lambda.R

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



WinVector/wrapr documentation built on Aug. 29, 2023, 4:51 a.m.