MosaicMinimalServer {Mosaic}R Documentation

MosaicMinimalServer

Description

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()

Usage

MosaicMinimalServer(data = T, tables = T, diagnostics = T)

Arguments

data

load example MS data?

tables

load example tables?

diagnostics

run diagnostics (shinyjs::runcodeServer()) code?


[Package Mosaic version 0.7.0 Index]