Learn R Programming

DQAgui (version 0.2.6)

module_report_ui: module_report_ui

Description

module_report_ui

Usage

module_report_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 = "report",
    module_report_ui(
      "moduleReport"
    )
  )
)
}

Run the code above in your browser using DataLab