futureverse / progressr

三 R package: An Inclusive, Unifying API for Progress Updates
https://progressr.futureverse.org
281 stars 12 forks source link

HELP: Add section on in which contexts a progressor() can be created #147

Closed HenrikBengtsson closed 1 year ago

HenrikBengtsson commented 1 year ago

For example, it cannot be created at the top level. It has to be done in a local environment, e.g. in a function or within local() or with_progress().