lazyeval (version 0.2.1)

common_env: Find common environment in list of lazy objects.

Description

If no common environment is found, will return baseenv().

Usage

common_env(dots)

Arguments

dots

A list of lazy objects

Examples

Run this code
# NOT RUN {
common_env(lazy_dots(a, b, c))

f <- function(x) ~x
common_env(list(f(1)))
common_env(list(f(1), f(2)))
# }

Run the code above in your browser using DataLab