Skip to content

Separate Settings from Server and UI

Christian Tischer requested to merge tischer/image-data-explorer:settings into master

I found a super useful function

x <- reactiveValuesToList( input )

allowing us to ship all input variables outside of the sever.R and ui.R files! This made it possible to separate the code much better!

This separation should allow us to (hopefully) rather easily reuse the code also within shinyHTM.

Merge request reports