I have my shiny app already developed and is in the form where the ui and server functions are split into many separate files like this:
My question when I am trying to port my app into golem where do I source those server files: eg:
`source(file.path("server", "tab1.R"), local = TRUE)$value` `source(file.path("server", "tab2.R"), local = TRUE)$value`
Can someone show me exactly where to put those files "tab1.R" and "tab2.R" and exactly which file I source them in and the syntax.
Been trying 10+ hours and can't figure it out.
Thank you very much in advance