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 |
... |
< |
.by |
< |
.preserve |
Relevant when the |
A subset of the original data.
base_dat |>
filter(site == "site_a")
base_dat |>
filter(Date > "2022-03-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.