prepare_admin_panel_components {shiny.telemetry} | R Documentation |
prepare_admin_panel_components
Description
prepare_admin_panel_components
Usage
prepare_admin_panel_components(input, output, session, data_storage)
Arguments
input |
input object inherited from server function. |
output |
output object inherited from server function. |
session |
session object inherited from server function. |
data_storage |
data_storage instance that will handle all backend read and writes. |
[Package shiny.telemetry version 0.2.0 Index]