powered by
A progression handler for shiny and shiny::withProgress().
shiny::withProgress()
handler_shiny( intrusiveness = getOption("progressr.intrusiveness.gui", 1), target = "gui", ... )
(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()
This progression handler requires the shiny package.
For most Shiny application there is little need to use this Shiny handler directly. Instead, it is sufficient to use withProgressShiny().
withProgressShiny()
# NOT RUN { handlers(handler_shiny()) with_progress(y <- slow_sum(1:100)) # } # NOT RUN { # }
Run the code above in your browser using DataLab