I would like to know if it is possible to write code outside the ui and serve functions of a shiny app ?
I have a big script which involves several functions, so I would like to preserve the general structure of the pipeline when coding the shinyApp. These functions would take reactive values as parameters.
Thanks.