filter_rx | R Documentation |
A shortcut for dat %>% filter(str_detect(column, "\\d"))
.
filter_rx(dat, col, pattern, ...)
dat |
A data frame with a character column to filter. |
col |
The column containing a character vector to input. |
pattern |
Pattern to look for.. |
... |
Additional arguments passed to |
A subset of rows from dat
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.