as.dots: Convert items into quotations or dots.

View source: R/conversions.R

as.dotsR Documentation

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 class 'dots'
as.dots(x)

## S3 method for class 'quotation'
as.dots(x)

## S3 method for class 'list'
as.dots(x)

## S3 method for class 'environment'
as.dots(x)

## S3 method for class 'lazy_dots'
as.dots(x)

## Default S3 method:
as.dots(x)

Arguments

x

a vector or list.

Value

An object of class ....

See Also

env2dots rdname dots2env


crowding/nseval documentation built on Jan. 28, 2024, 2:10 a.m.