Is there a way to save a leaflet-shiny script as a single executable HTML file? For example for a leaflet script you can use:
saveWidget(map, file = "mymap.html")
Then the html file will contain all the script and infromation that can be opened in a web browser and the script will run as in Rstudio. This does not seem to work once shiny was integrated.