filter_combine: Filter combine

View source: R/filter-combine.R

filter_combineR Documentation

Filter combine

Description

Filters a data frame then binds the result with it (with names).

Usage

filter_combine(x, ..., .id, .names)

Arguments

x

A data.frame

...

Arguments passed on to dplyr::filter

.id

When .id is supplied, a new column of identifiers is created to link each row to its original data frame. The labels are taken from '.names'

.names

vector of characters for the

See Also

[dplyr::filter()] and [dplyr::bind_rows()]


jmbarbone/jordanExtra documentation built on March 18, 2023, 9:56 p.m.