Description Usage Arguments Value Examples
View source: R/utility_functions.r
This is mostly useful in the context of purrr::map pipelines.
1 | select_by_position(x, position)
|
x |
A vector. |
position |
The position to select out. |
The vector at the given index.
1 | select_by_position(c(1,2,3), 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.