Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress message #58

Open
steffilazerte opened this issue Jul 27, 2018 · 2 comments
Open

Add progress message #58

steffilazerte opened this issue Jul 27, 2018 · 2 comments
Labels

Comments

@steffilazerte
Copy link
Member

Add progress message to weather_html() under verbose conditions. This will act like a progress indicator for large downloads, so users can see that things are progressing.

@boshek
Copy link
Collaborator

boshek commented Jul 27, 2018

httr::progress() might do the trick here.

@steffilazerte
Copy link
Member Author

That will work for single downloads, but the really long ones are where it downloads multiple files. I don't think this would apply to that scenario, right?

Best would be if purrr had progress bars, or alternatively, maybe this solution using the progress package: https://stackoverflow.com/a/46517585

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants