safetyGraphicsInit {safetyGraphics} | R Documentation |
App to select charts, load data and then initialize the core safetyGraphics app
Description
App to select charts, load data and then initialize the core safetyGraphics app
Usage
safetyGraphicsInit(
charts = makeChartConfig(),
delayTime = 1000,
maxFileSize = NULL
)
Arguments
charts |
chart object |
delayTime |
time (in ms) between drawing app UI and starting server. Default set to 1000 (1 second), but could need to be higher on slow machine. |
maxFileSize |
maximum file size in MB allowed for file upload |
[Package safetyGraphics version 2.1.1 Index]