Description Usage Arguments Examples
This interpolates values in the formula that are defined in its environment, replacing the environment with its parent.
1 | f_unwrap(f)
|
f |
A formula to unwrap. |
1 2 3 | n <- 100
f <- ~ x + n
f_unwrap(f)
|
~x + 100
<environment: package:lazyeval>
attr(,"name")
[1] "package:lazyeval"
attr(,"path")
[1] "/usr/local/lib/R/site-library/lazyeval"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.