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)
Value
a tibble
Arguments
x
(data.frame)
an ARD data frame of class 'card'
trim
(logical)
logical representing whether or not to trim away statistic-level metadata and filter
only on numeric statistic values.