powered by
If no common environment is found, will return baseenv().
baseenv()
common_env(dots)
A list of lazy objects
# 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