Retrieves data for a specific snapshot from longitudinal study.
Examples
if (FALSE) { # \dontrun{
study <- create_longitudinal_study("STUDY-001", participants = 50, sites = 5, snapshots = 3)
snap1 <- get_snapshot_data(study, snapshot = 1)
names(snap1)
} # }