I see lots of information online about deploying parameterized markdown files on RStudio connect, but I can't find much information on deploying these parameterized reports elsewhere. Is it possible to publish parameterized reports on shinyapps.io with the same input GUI that you get in the RStudio IDE when you click "knit with parameters"? Are there any other ways of deploying parameterized R Markdown's with the shiny input GUI without using R Studio connect?
There's an example of using Shiny to generate parameterized RMDs in the "Mastering Shiny" book. This would provide a front-end interface to use params to generate various reports and then downloading them.