set_progress_bar | R Documentation |
Switch on/off and select/customize progress bar
set_progress_bar(type = "bw", show = TRUE, clear = FALSE)
show_progress_bar(show = TRUE)
type |
character, type of the progress bar to display. Existing options: "bw", "default", "cli", "progress". |
show |
logical, the progress bar is visible if |
clear |
logical, sets |
sets the progress bar and returns NULL
## Not run:
set_progress_bar("bw")
set_progress_bar("default")
set_progress_bar("cli")
set_progress_bar("progress")
set_progress_bar("pbcol")
## End(Not run)
## Not run:
show_progress_bar()
show_progress_bar(FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.