filter_maybe: Filter if it works, otherwise, do nothing

View source: R/filter_list.R

filter_maybeR Documentation

Filter if it works, otherwise, do nothing

Description

Filter if it works, otherwise, do nothing

Usage

filter_maybe(.data, ..., .ignore_errors = TRUE)

Arguments

.data

The data to potentially filter

...

Arguments (see dplyr::filter)

.ignore_errors

(always true)

Value

Either NULL if an error or the filtered results.

See Also

filter_list


billdenney/bsd.report documentation built on Jan. 16, 2024, 12:54 a.m.