shinyswipr.RdThis 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)
| input | you can ignore these as it is taken care of by
|
|---|---|
| output | you can ignore these as it is taken care of by
|
| session | you can ignore these as it is taken care of by
|
if (FALSE) { callModule(shinyswipr, "myswipr") }