Description Usage Arguments Value Examples
View source: R/map_list_lengths.R
Generate a data.frame map of a list's lengths, or the lengths of lists within a list
1 | map_list_lengths(data1, data.frame = TRUE)
|
data1 |
a list or list of lists composed of the same elements |
data.frame |
logical, if TRUE return output as data.frame |
Returns a table or data.frame with the lengths of each list element
1 2 3 | map_list_lengths(htests[[1]])
map_list_lengths(htests[[5]])
map_list_lengths(htests[[5]][[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.