validate_all_participants: Validate All Participant Responses In All Blocks

Description Usage Arguments Value Examples

View source: R/validate_all_participants.R

Description

validate_all_participants validates a sequence of scrubbed (clean) blocks of participant response data against a validation key. The

Usage

1
validate_all_participants(path, key_filename = "validation_key.txt")

Arguments

path

String path to the directory containing clean block responses, keys and output for validated participant data.

key_filename

Name of the validation key TXT file with extension. Defaults to "validation_key.txt".

Value

A single master validation dataframe with participants and their validation responses, as well as a count of valid responses.

Examples

1
validate_all_participants("/path/to/data", "validation_key.txt")

sokolhessnerlab/shlab.imgct documentation built on Oct. 4, 2020, 7:31 a.m.