Check if your system supports background logging.

log_support()

Value

TRUE if your system supports background logging, FALSE otherwise.

Details

The background logging functionality requires a Linux, Mac, or Windows computer, It also requires POSIX thread support and the nanosleep() C function.

Examples

  log_support()
#> [1] TRUE