My blog as a software developer, data enthusiast, traveler and biostatistician — posting to https://www.r-bloggers.com
My coding projects can be found on the coding projects page.

03.04.2020

COVID-19 shiny / plotly dashboard

Governments and COVID-19: Which one stops it faster, better, has fewer people dying? These questions get answered with my dashboard. A contribution to the shiny-contest: https://community.rstudio.com/t/material-design-corona-covid-19-dashboard-2020-shiny-contest-submission/59690 Intro COVID-19 is the […]

16.07.2019

shinymeta — a revolution for reproducibility

Joe Cheng presented shinymeta enabling reproducibility in shiny at useR in July 2019. This is a simple application using shinymeta. You will see how reactivity and reproducibility do not exclude […]

07.01.2019

Tutorial: An app in R shiny visualizing biopsy data — in a pharmaceutical company

Learn how to build a shiny app for the visualization of clustering results. The app helps to better identify patient data samples, e.g. during a clinical study. This tutorial is a […]

05.10.2018

7 easy steps to custom inputs in shiny

A step by step guide on how to include custom inputs into R Shiny. This guide is going through an example of a custom input build from jQuery. After the […]