View source: R/totals_reorder.R
| totals_reorder | R Documentation |
For a given data frame, reorder a row to the first row of that
data frame through matching a value of a variable. The intended usage
of this function is to be used for reordering the "Total" row, and not
with "flat" data. This can be used in conjunction with totals_bind(),
which is used to create a "Total" row in the data.
totals_reorder(data, target_col, target_value = "Total")
data |
Summary table in the form of a data frame. |
target_col |
Character value of the column in which to reorder |
target_value |
Character value of the value in |
data frame with the 'Total' row reordered to the bottom.
Other Support:
camel_clean(),
check_inputs(),
combine_signals(),
cut_hour(),
extract_date_range(),
extract_hr(),
heat_colours(),
is_date_format(),
maxmin(),
p_test(),
pairwise_count(),
plot_WOE(),
read_preamble(),
rgb2hex(),
totals_bind(),
totals_col(),
tstamp(),
us_to_space(),
wrap()
sq_data %>%
totals_bind(target_col = "LevelDesignation",
target_value = "Total") %>%
collab_sum(hrvar = "LevelDesignation",
return = "table") %>%
totals_reorder(target_col = "group", target_value = "Total")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.