lazyeval (version 0.2.1)

f_unwrap: Unwrap a formula

Description

This interpolates values in the formula that are defined in its environment, replacing the environment with its parent.

Usage

f_unwrap(f)

Arguments

f

A formula to unwrap.

Examples

Run this code
# NOT RUN {
n <- 100
f <- ~ x + n
f_unwrap(f)
# }

Run the code above in your browser using DataCamp Workspace