module_results_ui: module_results_ui

View source: R/moduleResults.R

module_results_uiR Documentation

module_results_ui

Description

module_results_ui

Usage

module_results_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 = "results",
    module_results_ui(
      "moduleResults"
    )
  )
)
}


BiasCorrector documentation built on June 21, 2022, 1:05 a.m.