logger.isinitialized {RnBeads}R Documentation

logger.isinitialized

Description

Checks if the logger is initialized.

Usage

logger.isinitialized()

Value

TRUE if the logger was initialized and is in use; FALSE otherwise.

Author(s)

Yassen Assenov

See Also

logger.start for initializing a logger or starting a section

Examples


if (!logger.isinitialized())
  logger.start(fname = NA)


[Package RnBeads version 2.8.1 Index]