f_new: Create a formula object by "hand".

Description Usage Arguments Value Examples

Description

Create a formula object by "hand".

Usage

1
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

1
2
f_new(quote(a))
f_new(quote(a), quote(b))

Example output

~a
b ~ a

lazyeval documentation built on May 2, 2019, 2:11 a.m.