Wraps progressr::progressor()
function and stores current progress.
progressor
max_steps
(integer(1)
).
current_steps
(integer(1)
).
unit
(character(1)
).
progressor
(progressr::progressor()
)
Progressor function.
unit
(character(1)
)
Unit of progress.
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.