.shift_column_pair {cards} | R Documentation |
Shift column pair
Description
This function ingests an ARD object and coalesces/renames a given pair of columns (variable and levels)
Usage
.shift_column_pair(x, col_pair)
Arguments
x |
( |
col_pair |
( |
Value
a tibble
Examples
ard_categorical(ADSL, by = "ARM", variables = "AGEGR1") |>
cards:::.shift_column_pair(col_pair = c("group1", "group1_level"))
[Package cards version 0.2.2 Index]