Do you know if it's possible to screenshot all my shiny app without the side bar menu ?
I've tried "selector = #nameofmytabItem" but it don't success.
Here is my actual code :
observeEvent(input$screenshot, {
screenshot(
selector = "#Radar_Moyennes2"
)
Please check the following: