This is the server component of the shiny swipr app. You never directly use this function but instead call it through the shiny function `callModule()`. See the example for how to do this.

shinyswipr(input, output, session)

Arguments

input

you can ignore these as it is taken care of by shiny::callModule()

output

you can ignore these as it is taken care of by shiny::callModule()

session

you can ignore these as it is taken care of by shiny::callModule()

See also

Examples

if (FALSE) { callModule(shinyswipr, "myswipr") }