named_null_list: Create a Named Empty List

named_null_listR Documentation

Create a Named Empty List

Description

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

Other utilities: file_ext(), foy(), ifnull(), messages, package_version_finder(), round_na.interp(), update_list()

Examples

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


weecology/portalcasting documentation built on Jan. 31, 2024, noon