| rename_ard_groups | R Documentation |
Functions for renaming group columns names in ARDs.
rename_ard_groups_shift(x, shift = -1)
rename_ard_groups_reverse(x)
x |
( |
shift |
( |
an ARD data frame of class 'card'
ard <- ard_summary(ADSL, by = c(SEX, ARM), variables = AGE)
# Example 1 ----------------------------------
rename_ard_groups_shift(ard, shift = -1)
# Example 2 ----------------------------------
rename_ard_groups_reverse(ard)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.