
Create Gazepoint Biometrics methods text
Source:R/reporting.R
create_gazepoint_biometrics_methods_text.RdCreates a compact draft methods paragraph describing Gazepoint Biometrics data processing. The text is intentionally cautious and avoids making emotional or cognitive claims from physiological or eye-tracking measures alone.
Usage
create_gazepoint_biometrics_methods_text(
checklist = NULL,
data = NULL,
include_cautions = TRUE
)Arguments
- checklist
A checklist produced by
create_gazepoint_biometrics_checklist(). IfNULL,datamust be supplied.- data
Optional data frame or path to a Gazepoint CSV export used to create the checklist when
checklist = NULL.- include_cautions
Logical. Should interpretation cautions be appended?