Run the interactive safety graphics builder
safetyGraphicsApp(charts = NULL, maxFileSize = NULL,
settingsLocation = ".", customSettings = "customSettings.R",
loadData = FALSE)
Character vector of charts to include
maximum file size in MB allowed for file upload
folder location of user-defined settings metadata. Files should be named settingsMetadata.rda, chartsMetadata.rda and standardsMetadata.rda and use the same structure established in the /data folder. Defaults to current working directory.
Name of R script containing settings customizations to be run before the app is initialized. This is the recommended way to add additional charts (via addChart()), settings (addSetting()) and data standards (addStandard()). default = 'settingsLocation/customSettings.R'
Option to pre-load data into the app. Defaults to FALSE
.