wrapr (version 2.1.0)

defineLambda: Define lambda function building function.

Description

Use this to place a copy of the lambda-symbol function builder in your workspace.

Usage

defineLambda(envir = parent.frame(), name = NULL)

Arguments

envir

environment to work in.

name

character, name to assign to (defaults to Greek lambda).

See Also

lambda, makeFunction_se, named_map_builder

Examples

Run this code

defineLambda()
# ls()

Run the code above in your browser using DataLab