Learn R Programming

⚠️There's a newer version (0.2.2) of this package.Take me there.

lazyeval (version 0.1.10)

Lazy (Non-Standard) Evaluation

Description

A disciplined approach to non-standard evaluation.

Copy Link

Version

Install

install.packages('lazyeval')

Monthly Downloads

674,349

Version

0.1.10

License

GPL-3

Maintainer

Hadley Wickham

Last Published

January 2nd, 2015

Functions in lazyeval (0.1.10)

common_env

Find common environment in list of lazy objects.
interp

Interpolate values into an expression.
lazy_eval

Evaluate a lazy expression.
auto_name

Automatically name all components of a lazy dots.
all_dots

Combine explicit and implicit dots.
as.lazy

Convert an object to a lazy expression or lazy dots.
make_call

Make a call with lazy_dots as arguments.
missing_arg

Generate a missing argument.
lazy_dots

Capture ... (dots) for later lazy evaluation.
lazy_

Capture expression for later lazy evaluation.