create_list: Create a list of named lists

Description Usage Arguments Value Examples

View source: R/create_list.R

Description

Use create_list to create a list of named lists, each of length list.lengths.

Usage

1
create_list(list.names, list.lengths)

Arguments

list.names

a string vector containing list names

list.lengths

a numeric value that determines the length of each list.names list

Value

Returns a list of named lists, each of length list.lengths.

Examples

1
2
# Generate lists, each of length 4
create_list(c("a", "b", "c"), 4)

gitronald/demotables documentation built on May 17, 2019, 5:30 a.m.