This series of examples illustrates the design pattern of passing one or more inputs through to another module.
The standard shiny app example with some comments removed for brevity.
Push an input parameter created at the app level to two instances of a chart module.
An in-depth explanation is available on my blog post
Use an input parameter from one module in another module.
Pass all input parameters from one module to another module.