module_plotting_ui: module_plotting_ui

View source: R/modulePlotting.R

module_plotting_uiR Documentation

module_plotting_ui

Description

module_plotting_ui

Usage

module_plotting_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 = "plotting",
    module_plotting_ui(
      "modulePlotting"
    )
  )
)
}


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