Download Pdf report in Shiny
问题 Im making a shiny app, that will create 2 plots and one table. There are a lot of options in the select input part. Once selected it will subset the data.frame and return with another data.frame to be analised. It will plot accordingly and I want it to generate a report in pdf (or html) with the details of the input. Like "Generate Report" button and give me the plot for that specific input and with the input$company.pdf (or html) name. I have searched everywhere and I cant find out how to do