check_that_compiled {eyelinkReader} | R 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 ( |
Value
No return value. Stops the computation, if compiled interface to EDF API in missing.
Examples
check_that_compiled(fail_loudly = FALSE)
[Package eyelinkReader version 1.0.2 Index]