Wraps progressr::progressor()
function and stores current progress.
progressor
(progressr::progressor()
).
max_steps
(integer(1)
).
current_steps
(integer(1)
).
unit
(character(1)
).
new()
Creates a new instance of this R6 class.
Progressor$new()
setup()
Creates progressr::progressor()
.
Progressor$setup(terminator, archive)
terminator
(Terminator).
archive
(Archive).
update()
Updates progressr::progressor()
with current steps.
Progressor$update(terminator, archive)
terminator
(Terminator).
archive
(Archive).
clone()
The objects of this class are cloneable with this method.
Progressor$clone(deep = FALSE)
deep
Whether to make a deep clone.