distinct.ir | R Documentation |
ir
objectsSubset distinct/unique rows in ir
objects
distinct.ir(.data, ..., .keep_all = FALSE)
.data |
An object of class |
... |
< |
.keep_all |
If |
.data
with distinct rows.
dplyr::distinct()
Other tidyverse:
arrange.ir()
,
extract.ir()
,
filter-joins
,
filter.ir()
,
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()
## distinct dplyr::distinct(rep(ir_sample_data, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.