Deploy Shiny app with Flexdashboard

后端 未结 3 1340
小蘑菇
小蘑菇 2021-01-25 00:54

I know how to deploy a shiny app using http://www.shinyproxy.io/. Basically I just need server.R and ui.R. Then using docker it\'s a pretty easy job.

However, when using

3条回答
  •  爱一瞬间的悲伤
    2021-01-25 01:34

    you can have a look here how to make a Docker image with a R Flexdashboard. You then have to change the container cmd in the application.yml of Shinyproxy to ["R", "-e", "rmarkdown::run('/...."] for rendering the Rmd Flexdashboard file. Please see my blog post at: https://medium.com/analytics-vidhya/deploying-a-shiny-flexdashboard-with-docker-cca338a10d12

提交回复
热议问题