Reporters package to download docx report from shiny
问题 I tried to reproduce This example in Rstudio, It is working very well. Then I just put everything together to download the template in shiny ! but it does not work : library(shiny) library(ReporteRs) library(ReporteRsjars) library( ggplot2 ) library( magrittr ) library( ggplot2 ) library( magrittr ) ui<- fluidPage( downloadButton('downloadData', 'Download') ) server<- function(input, output,session) { output$downloadData <- downloadHandler( filename = "file.docx", content = function(file) {