Description Usage Arguments Value
View source: R/helper_functions.R
This function selects specified elements from vectors contained in a list. For vectors of length 1 it just returns that value. The assumption when this was written is that all vectors have a common length or length 1.
1 | list_select(..., x, ind)
|
... |
Names arguments to make into a list |
x |
List to select elements from |
ind |
Logical indicators of which elements to choose |
Modified list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.