| setup_progress_bar | R Documentation |
Setup progress bar for batch processing
setup_progress_bar(n_items, bin_size, verbosity)
n_items |
Total number of items to process |
bin_size |
Size of each batch/bin |
verbosity |
An integer specifying the verbosity level: 0 (silent), 1 (messages only), or 2 (messages and progress bars) |
A list with bin_ind (vector), pb (progress bar object or NULL), and max_bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.