You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it looks like Async does not allow for the progress to be displayed when making requests. This would be helpful to determine if a request is still in progress or failing.
The text was updated successfully, but these errors were encountered:
I'd prefer across each request. When using the Async$new(urls = urls, progress = httr::progress()) it doesn't look like it's accepting it trying to create the initial R6 class variable: Error in initialize(...) : unused argument (progress = list(NULL, NULL, NULL, NULL, list(FALSE, function (down, up)...
I've also tried to pass it through the opts argument on the Async as well.
Currently, it looks like Async does not allow for the progress to be displayed when making requests. This would be helpful to determine if a request is still in progress or failing.
The text was updated successfully, but these errors were encountered: