Convert quotations and dot lists to representations used
by some other packages.
Usage
# S3 method for dots
as.lazy_dots(x, env = "ignored")
# S3 method for quotation
as.lazy(x, env = "ignored")
# S3 method for quosure
as.quo(x)
# S3 method for 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.