log_support {autometric} | R Documentation |
Log support
Description
Check if your system supports background logging.
Usage
log_support()
Details
The background logging functionality requires a Linux, Mac,
or Windows computer, It also requires POSIX thread support
and the nanosleep()
C function.
Value
TRUE
if your system supports background logging, FALSE
otherwise.
Examples
log_support()
[Package autometric version 0.1.2 Index]