listsize | R Documentation |
Get the total number of elements in a list.
listsize(alist)
alist |
a list |
number of elements in alist
.
Gaston Sanchez
lengths
some_list = list(1:3, 4:5, 6:9)
# number of elems in 'some_list'
listsize(some_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.