Learn R Programming

nseval (version 0.5.1)

as.lazy_dots.dots: Compatibility conversions.

Description

Convert quotations and dot lists to representations used by some other packages.

Usage

as.lazy_dots.dots(x, env = "ignored")

as.lazy.quotation(x, env = "ignored")

# S3 method for quosure as.quo(x)

# S3 method for formula as.quo(x)

as.quosure.quo(x)

as.quosures.dots(x)

Value

The converted object.

Arguments

x

an object to convert.

env

Ignored for quotations or dots.