lazyeval (version 0.2.1)

f_new: 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

Run this code
# NOT RUN {
f_new(quote(a))
f_new(quote(a), quote(b))
# }

Run the code above in your browser using DataCamp Workspace