dots: Turn dot-dot-dot ('...') into a named list

named_listR 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.


cheapr documentation built on April 4, 2025, 4:25 a.m.