tidy_ard_order | R Documentation |
ARD functions for relocating columns and rows to the standard order.
tidy_ard_column_order()
relocates columns of the ARD to the standard order.
tidy_ard_row_order()
orders rows of ARD according to variables, groups, and
strata, while retaining the order of the input ARD.
tidy_ard_column_order(x)
tidy_ard_row_order(x)
x |
( |
an ARD data frame of class 'card'
# order columns
ard <-
dplyr::bind_rows(
ard_continuous(mtcars, variables = "mpg"),
ard_continuous(mtcars, variables = "mpg", by = "cyl")
)
tidy_ard_column_order(ard) |>
tidy_ard_row_order()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.