weathercan icon indicating copy to clipboard operation
weathercan copied to clipboard

Add progress message

Open steffilazerte opened this issue 6 years ago • 2 comments

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.

steffilazerte avatar Jul 27 '18 20:07 steffilazerte

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

boshek avatar Jul 27 '18 20:07 boshek

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

steffilazerte avatar Jul 30 '18 13:07 steffilazerte