rlang (version 0.0.0.9000)

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
f_new(quote(a))
f_new(quote(a), quote(b))

Run the code above in your browser using DataCamp Workspace