ind | R Documentation |
This function extracts the index from an enumerated element.
ind(elem)
elem |
An enumerated element. |
The index of the enumerated element.
enumerateit()
# Extract index from an enumerated element
elem <- list(1, "a")
ind(elem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.