Sashimi Shiny app server
sashimiAppServer(input, output, session)
input | provided by shiny |
---|---|
output | provided by shiny |
session | provided by shiny |
This function contains the server logic for the R-shiny Splicejam Sashimi viewer.
The R-shiny app is started by launchSashimiApp()
, which
calls shiny::shinyApp()
, using arguments server
, ui
,
onStart
, and options
. This function fulfills the
argument server
.
Other splicejam R-shiny functions:
launchSashimiApp()
,
sashimiAppConstants()
,
sashimiAppUI()
,
sashimiDataConstants()