dots | R Documentation |
Extract dots from function
dots(..., character = FALSE)
... |
Objects as dots. |
character |
|
character = FALSE
: list
. Objects as name
class. Return with eval
.
character = TRUE
: character
. Names of the dots.
This function uses non-standard evaluation.
Updated 2020-01-28.
help("dotsMethods", "methods")
.
dots(a, b, c, character = FALSE)
dots(a, b, c, character = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.