Description Usage Arguments Value Note See Also
From any set of arguments (typically passing ...,
dots_expressions retreives the associated expressions.) The
corresponding method expressions method of
dots objects extracts the dots argument.
1 2 3 4 5 6 7 8 9 10 | expressions(x)
## S3 method for class '...'
expressions(x)
dots_expressions(...)
list_quote(...)
expressions(x) <- value
|
x |
A dots object (see |
... |
Any arguments. |
value |
A list of expressions. |
A named list of expressions. The mutator expressions<- applies
new expressions to the given promises (which must be unevaluated.)
For list_quote, a list containing the unevaluated
expressions of each argument.
dots_expressions is the same as list_quote.
dots_unpack dots_environments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.