Filter reactive data with button clicked on leaflet map popup
问题 I have a shiny app that displays information to users. Each line represents a place, so you can use two selectInputs to filter data using specific city names and areas. I'm using reactive() to filter the data. The resulting data is displayed below with info boxes and a map showing the location of each place. The info boxes have an action button that, once clicked, displays only the marker corresponding to the box. I'm updating my map with leafletProxy . Also, in my map, I have makers with