handler_void: Progression Handler: No Progress Report

View source: R/handler_void.R

handler_voidR Documentation

Progression Handler: No Progress Report

Description

Progression Handler: No Progress Report

Usage

handler_void(intrusiveness = 0, target = "void", enable = FALSE, ...)

Arguments

intrusiveness

(numeric) A non-negative scalar on how intrusive (disruptive) the reporter to the user.

target

(character vector) Specifies where progression updates are rendered.

enable

(logical) If FALSE, then progress is not reported.

...

Additional arguments passed to make_progression_handler().

Details

This progression handler gives not output - it is invisible and silent.

Value

A function of class progression_handler that takes a progression condition as its first and only argument.

Examples

## Not run: 
handlers(handler_void())
with_progress(y <- slow_sum_p(1:100))
print(y)

## End(Not run)


progressr documentation built on July 4, 2026, 1:06 a.m.