Learn R Programming

eyelinkReader (version 1.0.3)

check_consistency_flag: Checks consistency flag, stops if invalid, returns code if valid.

Description

Checks consistency flag, stops if invalid, returns code if valid.

Usage

check_consistency_flag(consistency)

Value

integer index

Arguments

consistency

consistency check control for the time stamps of the start and end events, etc. Could be 'no consistency check' (0), 'check consistency and report' (1), 'check consistency and fix' (2).

Examples

Run this code
check_consistency_flag('no consistency check')

Run the code above in your browser using DataLab