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
I am trying to do async for a download button my shiny app. The file download takes 8-10 seconds so i want to run it in background and make the app available for the users in that time.
I wrapped the download function with future . But it does not work as expected.
I am trying to do async for a download button my shiny app. The file download takes 8-10 seconds so i want to run it in background and make the app available for the users in that time.
I wrapped the download function with future . But it does not work as expected.
script :
output$Report <-
shiny::downloadHandler(
The text was updated successfully, but these errors were encountered: