View source: R/daily_update_utils.R
pb_start | R Documentation |
Start a cli_progress_bar or Progress-based progress bar.
pb_start(
name = "Daily Update",
status = NULL,
type = c("iterator", "tasks", "download", "custom")[1],
total = NA,
is_shiny = FALSE,
e = rlang::caller_env(),
...
)
name |
|
status |
|
type |
|
total |
|
is_shiny |
|
e |
The environment in which to start the progress bar. |
... |
Additional arguments passed to either Progress$new or cli_progress_bar. |
An object of class Progress
if is_shiny
is TRUE
, otherwise a cli_progress_bar
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.