filter_maybe.Rd
Filter if it works, otherwise, do nothing
filter_maybe(.data, ..., .ignore_errors = TRUE)
The data to potentially filter
Arguments (see dplyr::filter)
(always true)
Either NULL if an error or the filtered results.
filter_list