filter_maybe | R Documentation |
Filter if it works, otherwise, do nothing
filter_maybe(.data, ..., .ignore_errors = TRUE)
.data |
The data to potentially filter |
... |
Arguments (see dplyr::filter) |
.ignore_errors |
(always true) |
Either NULL if an error or the filtered results.
filter_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.