| named_list | R Documentation |
Constructs a list from the provided arguments where all elements are named.
This wraps rlang::dots_list() but changes two defaults:
.named is set to TRUE
.homonyms is set to "error"
named_list(...)
... |
Arguments to collect in a list. These dots are dynamic. |
Other parameters retain their defaults from rlang::dots_list():
.ignore_empty = "trailing"
.preserve_empty = FALSE
.check_assign = FALSE
A named list.
rlang::dots_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.