create_progress_bar: Create a progress bar object

View source: R/pkg-wrapper-progress.R

create_progress_barR Documentation

Create a progress bar object

Description

Create a progress bar object

Usage

create_progress_bar(
  total,
  format = "Progress: [:bar] :percent eta: :eta",
  clear = FALSE,
  width = 100,
  ...
)

Arguments

total

Numeric value. Total number of ticks.

format

Character value. Denotes the format.

clear

Logical value.

width

Numeric value

Value

A progress bar object.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.