rlang (version 0.0.0.9000)

new_f: Create a formula object by "hand".

Description

Create a formula object by "hand".

Usage

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

Run the code above in your browser using DataLab