powered by
This interpolates values in the formula that are defined in its environment, replacing the environment with its parent.
f_unwrap(f)
A formula to unwrap.
# NOT RUN { n <- 100 f <- ~ x + n f_unwrap(f) # }
Run the code above in your browser using DataLab