Description Usage Arguments Details Value Author(s) See Also Examples
Uses str_detect
to filter the rows that match the regular expression
1 |
df |
The tibble or dataframe to use |
... |
The conditions to test each row. It uses the folowing syntax to filter rows:
|
.negate |
Wether to negate the result of |
.op |
The operation to use when evaluating multiple column value pairs. By defult it is |
Use .op=NULL
instead of .op=`&`
as the later uses the reduce function.
A tibble that has rows that matches the given conditions
zekrom_vale
filter_na
Filters a tibble where the vlaues are NA
filter_not_na
Filters a tibble where the vlaues are not NA
where
Filters a tibble matching regular expressions
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.