shuffle_ard {cards} | R Documentation |
Shuffle ARD
Description
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.
Usage
shuffle_ard(x, trim = TRUE)
Arguments
x |
( |
trim |
( |
Value
a tibble
Examples
bind_ard(
ard_categorical(ADSL, by = "ARM", variables = "AGEGR1"),
ard_categorical(ADSL, variables = "ARM")
) |>
shuffle_ard()
[Package cards version 0.2.0 Index]