View source: R/contact-matrix-utils.R
| warn_multiple_observations | R Documentation |
Issues a warning when a survey contains multiple observations per participant (more rows than unique part_id values).
warn_multiple_observations(
participants,
observation_key = NULL,
filter_hint = c("pipeline", "legacy")
)
participants |
participant data.table |
observation_key |
optional column name(s) identifying observations |
filter_hint |
character; "pipeline" for pipeline-style hint or "legacy" for contact_matrix-style hint |
NULL invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.