dkahle / ggmap

A package for plotting maps in R with ggplot2
763 stars 231 forks source link

Feature Request: progress bar option for ggmap::geocode() #335

Open ejvalencia opened 1 year ago

ejvalencia commented 1 year ago

Hello,

I don't know if this is the appropriate forum to submit feature requests, but...

Would it be possible to develop a "progress bar" option for ggmap::geocode() and the related ggmap::mutate_geocode(), perhaps something similar to the progress bar returned by tidygeocoder::geocode()? This would help with managing workflow when attempting to geocode batches of addresses. Thanks!

scottmmjackson commented 1 year ago

Probably better would be a progress callback that would let people implement their own progress bars. For example, RStudio has progress built into the Jobs pane.