insightsengineering / cards

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

Write a print method for the cards data frames #93

Closed ddsjoberg closed 9 months ago

ddsjoberg commented 9 months ago

because many of the columns are list columns, the tibble print method makes it difficult to see the contents. the print method can make it easier to visually inspect the results.

ddsjoberg commented 9 months ago

once this is added, maybe we can delete flatten_ard()?

ddsjoberg commented 9 months ago

or maybe export a function like view_ard() that will be used in the print method, that makes is more obvious that the function is merely for visually inspecting the ARDs