| handler_brrr | R Documentation |
A progression handler for skrrrahh() of the BRRR package.
handler_brrr(
initiate = "takeoff",
update = "bigsean4",
finish = "khaled3",
interrupt = "busta",
intrusiveness = getOption("progressr.intrusiveness.audio", 5),
target = "audio",
...
)
initiate, update, finish, interrupt |
(integer or character) Indices or
names of |
intrusiveness |
(numeric) A non-negative scalar on how intrusive (disruptive) the reporter to the user. |
target |
(character vector) Specifies where progression updates are rendered. |
... |
Additional arguments passed to |
This progression handler requires the BRRR package, which is only
available from https://github.com/brooke-watson/BRRR. This can be
installed as remotes::install_github("brooke-watson/BRRR").
pkg <- "BRRR"
if (requireNamespace(pkg, quietly = TRUE)) {
handlers("brrr")
with_progress({ y <- slow_sum(1:10) })
print(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.