R/genericUI.R

Defines functions app.ui.generic

app.ui.generic <- function(title, ...) shinyUI(fluidPage(
  titlePanel(title), navlistPanel(..., widths = c(2, 10))
))
ICI3D/daidd-pkg documentation built on June 6, 2023, 7:29 a.m.