arrange.tabxplor_tab | R Documentation |
arrange method for class tabxplor_tab
## S3 method for class 'tabxplor_tab'
arrange(
.data,
...,
.by_group = TRUE,
.by_totals = TRUE,
.only_main_display = TRUE,
.locale = NULL
)
.data |
A tibble of class tabxplor_tab. |
... |
< |
.by_group |
By default, will sort first by grouping variable.
Set to |
.by_totals |
By default, will put totals at the end of their group.
Set to |
.only_main_display |
By default, only the rows with the same display
than the first row are arranged : if the first row of the group displays
percentages, rows with n or pvalues are kept at the same place
(typically, at the end of the group). Rows with the text |
.locale |
The locale to sort character vectors in. |
A tibble of class tabxplor__tab
or tabxplor_grouped_tab
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.