f_new: Create a formula object by "hand".

View source: R/formula.R

f_newR Documentation

Create a formula object by "hand".

Description

Create a formula object by "hand".

Usage

f_new(rhs, lhs = NULL, env = parent.frame())

Arguments

lhs, rhs

A call, name, or atomic vector.

env

An environment

Value

A formula object

Examples

f_new(quote(a))
f_new(quote(a), quote(b))

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