Description Usage Arguments Value Examples
Filter a list of conditions
1 | map_filter(dataset, variable, list_values, rbind = FALSE)
|
dataset |
A 'data.frame' object |
variable |
The variable to filter |
list_values |
An atomic vector giving the conditions we want to filter by |
A list containing the filtered 'data.frame's.
1 2 | data(mtcars)
map_filter(mtcars, "cyl", c(4, 6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.