.shift_column_pair | R Documentation |
This function ingests an ARD object and coalesces/renames a given pair of columns (variable and levels)
.shift_column_pair(x, col_pair)
x |
( |
col_pair |
( |
a tibble
ard_categorical(ADSL, by = "ARM", variables = "AGEGR1") |>
cards:::.shift_column_pair(col_pair = c("group1", "group1_level"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.