rladies / rshinylady

R-Ladies shiny dashboard
https://gqueiroz.shinyapps.io/rshinylady/
MIT License
23 stars 13 forks source link

Generating a PDF/PNG version of the R-Ladies map based on current stats #8

Open jananiravi opened 6 years ago

jananiravi commented 6 years ago

Hi @gdequeiroz Thanks for the great package! I was trying to insert a map into my RMarkdown file using meetupr. I ended up using a screenshot. I was hoping to highlight my chapter amidst all other pins. I did this by hovering over the chapter so that the name lights up and then took a screenshot. However, the screenshot generated an artificial blue box (near the selected name) to mark the selection. I could not avoid this. Please see the screenshot below. E.g. image

Is there a cleaner/more reliable way to generate this screenshot programmatically using the meetupr package? Could this be done highlighting a selected chapter too, say East Lansing? That would be very helpful! Thanks again!

gdequeiroz commented 6 years ago

However, the screenshot generated an artificial blue box (near the selected name) to mark the selection. I could not avoid this. Please see the screenshot below.

I personally don't know how to solve that. :/ Maybe you can investigate? (I'm going to open an issue on that)

Is there a cleaner/more reliable way to generate this screenshot programmatically using the meetupr package?

The map is generated using leaflet and using the meetupr to get the data. I think there is an option of downloading a map if we modify the code in the app. I will take a look at that.