Description Usage Arguments Examples
If no common environment is found, will return baseenv()
.
1 |
dots |
A list of lazy objects |
1 2 3 4 5 | common_env(lazy_dots(a, b, c))
f <- function(x) ~x
common_env(list(f(1)))
common_env(list(f(1), f(2)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.