Progress Bar (RefClass)
progress_bar-class.RdInstantiate a base R-style progress bar and advances it by one 'tick' at a time.
Fields
barA
progress_barobject created byutils::txtProgressBar().tickAn integer to track progress.
Methods
advance(...)Advances progress bar one tick.
initialize(n, ...)Initializes a progress bar when called with
progress_bar$new(n, ...).n: Total number of ticks.
...: Arguments passed on to
utils::txtProgressBar().