Skip to contents

Produces a list with NULL for each element named according to element_names.

Usage

named_null_list(element_names = NULL)

Arguments

element_names

character vector of names for the elements in the list.

Value

list with names element_names and values NULL.

See also

Examples

   named_null_list(c("a", "b", "c"))