Learn R Programming

eyelinkReader (version 1.0.3)

check_that_compiled: Checks whether EDF API library was present and interface was successfully be compiled

Description

Checks whether EDF API library was present and interface was successfully be compiled

Usage

check_that_compiled(fail_loudly = TRUE)

Value

No return value. Stops the computation, if compiled interface to EDF API in missing.

Arguments

fail_loudly

logical, whether lack of compiled library means error (TRUE), just warning (FALSE), or silent (NA, for test use only).

Examples

Run this code
check_that_compiled(fail_loudly = FALSE)

Run the code above in your browser using DataLab