f_unwrap: Unwrap a formula

View source: R/formula.R

f_unwrapR Documentation

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

n <- 100
f <- ~ x + n
f_unwrap(f)

hadley/lazyeval documentation built on June 19, 2022, 2:21 a.m.