Learn R Programming

nseval (version 0.5.1)

as.dots: Convert items into quotations or dots.

Description

as.dots is a generic function for converting data into dots.

as.dots.environment is a synonym for env2dots.

Usage

as.dots(x)

# S3 method for dots as.dots(x)

# S3 method for quotation as.dots(x)

# S3 method for list as.dots(x)

# S3 method for environment as.dots(x)

# S3 method for lazy_dots as.dots(x)

# S3 method for default as.dots(x)

Value

An object of class ....

Arguments

x

a vector or list.

See Also

env2dots rdname dots2env