module_config_ui {DQAgui}R Documentation

module_config_ui

Description

module_config_ui

Usage

module_config_ui(id)

Arguments

id

A character. The identifier of the shiny object

Value

The function returns a shiny ui module.

See Also

https://shiny.rstudio.com/articles/modules.html

Examples

if (interactive()) {
shinydashboard::tabItems(
  shinydashboard::tabItem(
    tabName = "config",
    module_config_ui(
      "moduleConfig"
    )
  )
)
}


[Package DQAgui version 0.2.3 Index]