Relative Content

Tag Archive for rshinyscreenshot

screenshot valuebox, leaflet plot, ggplotly in one image from a R shiny app

I want to screenshot two value boxes, one leaflet plot and one ggplotly in the exact orientation represented in the following UI. I have watched https://www.youtube.com/watch?v=fsd81mnxtNs&t=569s about screenshot multiple plots at the same time by adding div() to include multiple plotlyoutput. However, when I do that, the plot downloaded is not viewable and I think it is due to the column() I have in my UI. Here is the section of UI code that I want to have a downloadable screenshot: