named_list {cheapr} | R Documentation |
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 |
Value
A named list.
[Package cheapr version 1.3.2 Index]