as.lazy_dots.dots {nseval} | R Documentation |
Compatibility conversions.
Description
Convert quotations and dot lists to representations used by some other packages.
Usage
as.lazy_dots.dots(x, env = "ignored")
as.lazy.quotation(x, env = "ignored")
## S3 method for class 'quosure'
as.quo(x)
## S3 method for class 'formula'
as.quo(x)
as.quosure.quo(x)
as.quosures.dots(x)
Arguments
x |
an object to convert. |
env |
Ignored for quotations or dots. |
Value
The converted object.
[Package nseval version 0.5.1 Index]