Learn R Programming

HTSeqGenie (version 4.2.0)

safeExecute: Execute function in try catch with trace function

Description

Requires the logger to be set

Usage

safeExecute(expr, memtracer = TRUE, newthread = TRUE)

Arguments

expr
Expression to safely execute
memtracer
A boolean, to enable/disable a periodic memory tracer. Default is TRUE.
newthread
A boolean, indicating if a new thread should be used (to save memory from the main thread)

Value

Nothing