Learn R Programming

cheapr (version 1.1.0)

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)

Value

A named list.

Arguments

...

Key-value pairs.

.keep_null

Should NULL entries be kept? Default is TRUE.