SafetyGraphics / safetyGraphics

Clinical Trial Safety Graphics with R
https://safetygraphics.github.io/safetyGraphics/
Other
96 stars 24 forks source link

Reproducible Code for Shiny Module Charts #615

Closed jwildfire closed 3 years ago

jwildfire commented 3 years ago

Summary

Adds reproducible code that creates simple stand-alone apps for shiny modules. Fixes #599.

Test Code

Make sure exported module code works as expected.

charts<-makeChartConfig()
charts$safetyOutlierExplorerModule$order <- 1 
safetyGraphicsApp(charts=charts)
elimillera commented 3 years ago

I was able to run the app, download a module and run it by itself. Works great!