bfabricInput: Defines the bfabric shiny UI module

View source: R/bfabric.R

bfabricInputR Documentation

Defines the bfabric shiny UI module

Description

Defines the bfabric shiny UI module

Usage

bfabricInput(id)

Arguments

id

shiny session id

Value

tagList

References

https://doi.org/10.1145/1739041.1739135

See Also

http://fgcz-bfabric.uzh.ch

Examples

## Not run: 
    mainPanel(
      tabsetPanel(
        tabPanel("bfabric", bfabricInput("bfabric8")),
        tabPanel("plot", plotOutput("distPlot"))
   )

## End(Not run)

cpanse/bfabricShiny documentation built on Sept. 8, 2024, 12:34 a.m.