named_list: Turn dot-dot-dot (...
) into a named list
Description
A fast and useful function for always returning a named list from ...
Usage
named_list(..., .keep_null = TRUE)
Arguments
- ...
Key-value pairs.
- .keep_null
Should NULL
entries be kept? Default is TRUE
.