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