extract_completes: Extract Completion Status

View source: R/extract.R

extract_completesR Documentation

Extract Completion Status

Description

Extract the completion status for each participant and each instrument in the given raw report data. This isn't terribly useful, but could be helpful when trying to exclude any data entry that isn't finished.

Usage

extract_completes(report_data, record_id_col = "record_id")

Arguments

report_data

Raw report data from get_report or importing from .csv

record_id_col

column name for the record id, defaults to the lab's record_id

Value

A tibble containing the completion status value for each instrument for every participant in the given report


tsostarics/anrlab documentation built on Nov. 6, 2022, 3:54 a.m.