Skip to contents

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)

Arguments

x

a vector or list.

Value

An object of class ....

See also

env2dots rdname dots2env