as.dots {nseval} | R Documentation |
as.dots
is a generic function for converting data into dots.
as.dots.environment
is a synonym for env2dots
.
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)
x |
a vector or list. |
An object of class ...
.
env2dots rdname dots2env