I have a Shiny app that downloads a R Markdown file with the "downloadHandler" function. However, when the download happens a new complete white page pops out, does anyone know how to, a) avoid that, b) automatically close the new pop-out page after downloading or c) write something in that new window?
Hello everyone;
I have a Shiny app that downloads a R Markdown file with the "downloadHandler" function. However, when the download happens a new complete white page pops out, does anyone know how to, a) avoid that, b) automatically close the new pop-out page after downloading or c) write something in that new window?
Thx!