Christian König

Data thoughts

Web applications with R-Shiny

The Shiny R-package allows building interactive web application from R. [...]

Using Shiny modules to build reusable UI components

I am currently building a Shiny application that converts tabular ecological field data into a well-defined exchange format in XML. Part of the UI consists of an input form, where users can map columns of their uploaded data to specific elements of the exchange format. The challenge is that [...]