Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy Shiny app with Flexdashboard

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 flexdashboard, I only have the .rmd file. How can I implement this deploy now?

like image 892
Richasantos Avatar asked Jun 14 '26 21:06

Richasantos


1 Answers

This is actually supported out of the box by ShinyProxy. You just need to add yourfile.Rmd file in the docker image (i.e. add the relevant commands in your Dockerfile), and then use the

docker-cmd: ["R", "-e rmarkdown::run('/path/to/yourFile.Rmd')"]

in the relevant field of the apps block. Full details on app configuration here

like image 185
Tobias Verbeke Avatar answered Jun 18 '26 01:06

Tobias Verbeke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!