| Progressor | R Documentation | 
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(progressor, unit)
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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.