powered by
A progression handler based on cat("\a", file=stderr()).
cat("\a", file=stderr())
handler_ascii_alert( symbol = "\a", file = stderr(), intrusiveness = getOption("progressr.intrusiveness.audio", 5), target = c("terminal", "audio"), ... )
(character string) The character symbol to be outputted, which by default is the ASCII BEL character ('\a' = '\007') character.
'\a'
'\007'
(connection) A base::connection to where output should be sent.
(numeric) A non-negative scalar on how intrusive (disruptive) the reporter to the user.
(character vector) Specifies where progression updates are rendered.
Additional arguments passed to make_progression_handler().
make_progression_handler()
handlers("ascii_alert") with_progress({ y <- slow_sum(1:10) }) print(y)
Run the code above in your browser using DataLab