insightsengineering / cards

CDISC Analysis Results Data
https://insightsengineering.github.io/cards/
29 stars 2 forks source link

Add helper for stacking ARDs #18

Closed ddsjoberg closed 1 year ago

ddsjoberg commented 1 year ago

For now, I've just been stacking ARDs with dplyr::bind_rows(), which works fine. But a helper that also checks that no duplicates appear (within a set of IDs, e.g. variable, variable_level, group##, group##_level, stat_name) would also be helpful .

ddsjoberg commented 1 year ago

added