Description Usage Arguments Details Value Author(s) Examples
View source: R/listprocessor.R
Return the nth element from a list
1 | nth(lst, n)
|
lst |
The list to which the nth element will be returned |
n |
the index of the element to retrieve |
Retrieve the nth element of the list via a function call instead of indexing
the nth element
Jay Morgan
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.