as.dots {nseval} | R 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
[Package nseval version 0.5.1 Index]