inst/shinyapp/ui/global.R

ui.page_global <- function() {
  tabPanel(
    title = "Global Setting",
    icon = icon("cogs"),
    fluidPage(
      h3("Global setting:"),
      switchInput("hiplot_switch", label = "Use hiplot mirror to query data?", labelWidth = "200px", inline = T),
      p(style = "height:500px"),
    )
  )
}

Try the UCSCXenaShiny package in your browser

Any scripts or data that you put into this service are public.

UCSCXenaShiny documentation built on March 7, 2023, 7 p.m.