Learn R Programming

progressr (version 0.5.0)

handler_void: Progression Handler: No Progress Report

Description

Progression Handler: No Progress Report

Usage

handler_void(intrusiveness = 0, ...)

Arguments

intrusiveness

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

Additional arguments passed to make_progression_handler().

Details

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

Examples

Run this code
# NOT RUN {
handlers(handler_void())
with_progress(y <- slow_sum(1:100))
print(y)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab