dots_definitions {rlang} | R Documentation |
Capture definition objects
dots_definitions(..., .named = FALSE, .ignore_empty = c("trailing", "none", "all"))
... |
For |
.named |
Whether to ensure all dots are named. Unnamed
elements are processed with |
.ignore_empty |
Whether to ignore empty arguments. Can be one
of |
dots_definitions()
is experimental. Expect API changes.