check_that_compiled: Checks whether EDF API library was present and interface was...

View source: R/check_that_compiled.R

check_that_compiledR Documentation

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)

Arguments

fail_loudly

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

Value

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

Examples

check_that_compiled(fail_loudly = FALSE)

eyelinkReader documentation built on April 4, 2025, 1:30 a.m.