Learn R Programming

einops (version 0.2.1)

thunk: Simple thunk: wraps an input in a no-argument function

Description

Simple thunk: wraps an input in a no-argument function

Usage

thunk(input)

Value

A thunk that returns the object when called with class c("thunk", "function")

Arguments

input

Any R object or expression