Description Usage Arguments Details Value Author(s) Examples
View source: R/listprocessor.R
Retrieve the first element from list
1 | first(lst)
|
lst |
the list to which the first element will be returned |
Retrieve and return the first element from a list. This lispy style function uses indexing under the hood but exposes the process as a function call.
the first 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.