Articles by Oliver Guggenbühl

How To Dockerize ShinyApps

May 15, 2020 | Oliver Guggenbühl

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! Der Beitrag How ...
[Read more...]

Dynamic UI Elements in Shiny – Part 2

February 19, 2020 | Oliver Guggenbühl

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. Der ...
[Read more...]

Dynamic UI Elements in Shiny

September 11, 2019 | Oliver Guggenbühl

Shiny enables its users to quickly create a fixed UI with code. Although simple, this can prove to be quite limiting. Applying the principles of reactivity to the UI part of a ShinyApp is a natural progression from reactive coding as we know it already from Shiny's server side. This ...
[Read more...]

Running your R script in Docker

February 22, 2019 | Oliver Guggenbühl

This blogpost explains step by step how you can build your own Docker Image and include R scripts. With this you can have scripts running at every image's beginning. Der Beitrag Running your R script in Docker erschien zuerst auf STATWORX.
[Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)