lengths | R Documentation |
See the original description in base::lengths
.
lengths(x, use.names = TRUE)
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_lengths = getFromNamespace("lengths", "backports")
bp_lengths(list(1:3, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.