Main Shiny App Functions |
|
---|---|
Run the core safetyGraphics App |
|
App to select charts, load data and then initialize the core safetyGraphics app |
|
Shiny ModulesReusable Shiny Modules |
|
Server for core safetyGraphics app including Home, Mapping, Filter, Charts and Settings modules. |
|
UI for the core safetyGraphics app including Home, Mapping, Filter, Charts and Settings modules. |
|
Server for chart module, designed to be re-used for each chart generated. |
|
UI for chart module, designed to be re-used for each chart generated. |
|
Server for the filter module in datamods::filter_data_ui |
|
UI for the filter module in datamods::filter_data_ui |
|
Server for the filter module in datamods::filter_data_ui |
|
UI for the home module |
|
Server for the chart loading module used in safetyGraphicsInit() |
|
UI for the chart loading module used in safetyGraphicsInit() |
|
Server for the data loading module used in safetyGraphicsInit() |
|
UI for the data loading module used in safetyGraphicsInit() |
|
Server for mapping tab covering of all data domains |
|
UI for mapping tab covering of all data domains |
|
Server that facilitates the mapping of a full data domain |
|
UI that facilitates the mapping of a full data domain |
|
Server that facilitates the mapping of a column data (and any associated fields) |
|
UI that facilitates the mapping of a column data (and any associated fields) |
|
Server that facilitates the mapping of a single data element (column or field) with a simple select UI |
|
UI that facilitates the mapping of a single data element (column or field) with a simple select UI |
|
Server for the setting page |
|
UI for the settings tab |
|
Server for settings tab showing details for the charts loaded in the app |
|
UI for settings tab showing details for the charts loaded in the app |
|
Server for settings tab showing current data |
|
UI for settings tab showing current data |
|
Server for settings tab showing current mapping |
|
UI for settings tab showing current mapping |
|
Server for settings tab providing code to re-start the app with current data/settings |
|
UI for settings tab providing code to re-start the app with current data/settings |
|
Helper FunctionsUtility functions used in the apps |
|
Startup code for shiny app |
|
Adds a navbar tab that initializes the Chart Module UI |
|
Detect the data standard used for a data set |
|
Evaluate a data set against a data standard |
|
Checks for whether the current data and settings support a filter tab |
|
Convert mapping data.frame to a list |
|
Make Chart Config |
|
Make Chart Export |
|
Make Chart Parameters |
|
html chart summary |
|
Create data mapping based on data standards and user input |
|
Create a metadata object table for a set of charts |
|
Prepare a chart object for safetyGraphics |