Learn R Programming

RnBeads (version 1.4.0)

logger.isinitialized: logger.isinitialized

Description

Checks if the logger is initialized.

Usage

logger.isinitialized()

Arguments

Value

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

See Also

logger.start for initializing a logger or starting a section

Examples

Run this code

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

Run the code above in your browser using DataLab