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 NULL entries be kept? Default is TRUE.

Value

A named list.


[Package cheapr version 1.3.2 Index]