shuffle_ard | R Documentation |
This function ingests an ARD object and shuffles the information to prepare for analysis. Helpful for streamlining across multiple ARDs. Combines each group/group_level into 1 column, back fills missing grouping values from the variable levels where possible, and optionally trims statistics-level metadata.
shuffle_ard(x, trim = TRUE)
x |
( |
trim |
( |
a tibble
bind_ard(
ard_categorical(ADSL, by = "ARM", variables = "AGEGR1"),
ard_categorical(ADSL, variables = "ARM")
) |>
shuffle_ard()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.