You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shinyapps - An example to download information contained in a table from the shiny app
This is an example showing how to download information displayed in the table from shiny app.
It uses the downloadButton() function in ui.R and downloadHandler() function in server.R