Learn R Programming

DQAgui (version 0.2.6)

module_log_ui: module_log_ui

Description

module_log_ui

Usage

module_log_ui(id)

Value

The function returns a shiny ui module.

Arguments

id

A character. The identifier of the shiny object

See Also

Examples

Run this code
if (interactive()) {
shinydashboard::tabItems(
  shinydashboard::tabItem(
    tabName = "logging",
    module_log_ui(
      "moduleLogging"
    )
  )
)
}

Run the code above in your browser using DataLab