| MosaicMinimalServer {Mosaic} | R Documentation |
A minimal server logic for Mosaic. Function has to be called in a shiny server function context. Will load example data if it is not present in the parent environment.
Save time by providing the parent environment with objects tab1, tab2 and MSD by calling MosaicExamplePreload()
MosaicMinimalServer(data = T, tables = T, diagnostics = T)
data |
load example MS data? |
tables |
load example tables? |
diagnostics |
run diagnostics (shinyjs::runcodeServer()) code? |