| as.dots | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.