arrange.ir | R Documentation |
ir
objects by column valuesArrange rows in ir
objects by column values
arrange.ir(.data, ..., .by_group = FALSE)
.data |
An object of class |
... |
< |
.by_group |
If |
.data
with arranged rows.
dplyr::arrange()
Other tidyverse:
distinct.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()
## arrange dplyr::arrange(ir_sample_data, dplyr::desc(sample_type))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.