tidyCDISC
tidyCDISC copied to clipboard
Accommodate multiple AVALs per visit (ex: when ATPT present)
We need to identify which params have more than 1 AVAL per visit, such as those with vitals (like DIABP, SYSBP, PULSE) are measured multiple times in a visit while lying down, standing, etc. The variable to keep track of these multiple measurements, or timepoints, could/should be ATPT, but may be something else. Will need to create or expand the mean block to account for additional timepoint input.

How about we just show three multiple lines when these exist? It looks like we are already coloring points, so just adding a geom_line() will do wonders.
@Jeff-Thompson12 came up with a potential solution to add a dropdown here when multiple avals exist per visit, but we also acknowledged that it may be something we can tackle in #37.

closed with #140