filter.ir | R Documentation |
ir
objects using column valuesSubset rows in ir
objects using column values
filter.ir(.data, ..., .preserve = FALSE)
.data |
An object of class |
... |
< |
.preserve |
Relevant when the |
.data
with filtered rows.
dplyr::filter()
Other tidyverse:
arrange.ir()
,
distinct.ir()
,
extract.ir()
,
filter-joins
,
group_by
,
mutate-joins
,
mutate
,
nest
,
pivot_longer.ir()
,
pivot_wider.ir()
,
rename
,
rowwise.ir()
,
select.ir()
,
separate.ir()
,
separate_rows.ir()
,
slice
,
summarize
,
unite.ir()
## filter dplyr::filter(ir_sample_data, sample_type == "office paper")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.