Wraps progressr::progressor() function and stores current progress.
Methods
Method new()
Creates a new instance of this R6 class.
Usage
Progressor$new(progressor, unit)Arguments
progressor(
progressr::progressor())
Progressor function.unit(
character(1))
Unit of progress.
Method update()
Updates progressr::progressor() with current steps.
Arguments
terminator(Terminator).
archive(Archive).