Learn R Programming

eyelinkReader (version 1.0.3)

check_logical_flag: Checks for validity of a logical flag, stops if not valid

Description

Checks for validity of a logical flag, stops if not valid

Usage

check_logical_flag(logical_flag)

Value

logical, value of the logical_flag

Arguments

logical_flag

Logical scalar

Examples

Run this code
import_samples <- TRUE
check_logical_flag(import_samples)

Run the code above in your browser using DataLab