filter | R Documentation |
Filter profiles by their id_cols
or (where available) by their prof_id
.
This is built on dplyr::filter()
.
filter(.data, ..., .by = NULL, .preserve = FALSE)
## S3 method for class 'cfp_dat'
filter(.data, ..., .preserve = FALSE)
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details. |
... |
< |
.by |
< |
.preserve |
Relevant when the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.