Can multiple ui.R be used in a Shiny project?

My idea is to create multiple ui.R each that does something specific and I can call each other.

What would this achieve? You can take a look at modules (https://shiny.rstudio.com/articles/modules.html), perhaps they can solve an actual problem you have?

1 Like

A workaround would be to create several scripts loading a tab with tabPanel. Then, sourcing all the scripts from the ui.R.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.