All Questions
1 question
0
votes
0
answers
114
views
How to show word cloud on map popup using leaflet in r
I am trying to plot the word cloud of sub-categories of that state in popup window when user clicks on that state in map.
ui <- bootstrapPage(
leafletOutput("mymap", height = 300)
)
...