map_filter: Filter a list of conditions

Description Usage Arguments Value Examples

View source: R/map_filter.R

Description

Filter a list of conditions

Usage

1
map_filter(dataset, variable, list_values, rbind = FALSE)

Arguments

dataset

A 'data.frame' object

variable

The variable to filter

list_values

An atomic vector giving the conditions we want to filter by

Value

A list containing the filtered 'data.frame's.

Examples

1
2
data(mtcars)
map_filter(mtcars, "cyl", c(4, 6))

b-rodrigues/brotools documentation built on April 21, 2020, 2:27 p.m.