powered by
create_list
list.lengths
create_list(list.names, list.lengths)
list.names
# Generate lists, each of length 4 create_list(c("a", "b", "c"), 4)
Run the code above in your browser using DataLab