.newProgress: Create a new progress instance with default settings.
Description
Create a new progress instance with default settings.
Usage
.newProgress(
format = " :what [:bar] :percent /:elapsed",
clear = getOption("opal.progress.clear", FALSE),
total,
width = 100
)