Warn if survey has multiple observations per participant
Source:R/contact-matrix-utils.R
warn_multiple_observations.RdIssues a warning when a survey contains multiple observations per participant (more rows than unique part_id values).
Usage
warn_multiple_observations(
participants,
observation_key = NULL,
filter_hint = c("pipeline", "legacy")
)