r - How to display (advanced) customed popups for leaflet in Shiny? -
i using r shiny build web applications, , of them leveraging great leaflet features. i create customed , advanced popup , not know how proceed. you can see can in project created post on github , or directly in shinyapp.io here the more complex popup is, weirdest code is, sort of combining r , html in strange way (see way define custompopup'i' in server.r ).. is there better way proceed? practices build such popups? if plan display chart depending on marker being clicked, should build them in advance, or possible build them 'on fly'? how can that? many in advance views on this, please not hesitate share answer here or directly change github examples! regards i guess post still has relevance. here solution on how add possible interface output leaflet popups . we can achieve doing following steps: insert popup ui element as character inside leaflet standard popup field. character means, no shiny.tag , merely normal div . e.g. classic uiou...