How To Dockerize ShinyApps

Oliver Guggenbühl Blog, Data Science

After having successfully run a simple R-script inside a Docker container before, we next attempt to repeat this process for entire apps built within the RShiny framework. Join me on the next step toward deploying your work done in R with the help of neat Docker containers!

Dynamic UI Elements in Shiny – Part 2

Oliver Guggenbühl Blog, Data Science

Continuing our effort of applying the principles of reactivity to the UI part of a ShinyApp, this blog introduces two ways of conditionally rendering UI-elements in your app. Both presented solutions accomplish the same goal, once from the server part and once from the UI part of your application.