R/function.change_tabs.r

Defines functions go_to_tab go_to_config

#'
#'
go_to_config <- function(inputId='left_sidebar', session)
  go_to_tab(tab='configuration_tab', session=session, inputId=inputId)

#'
#' 
go_to_tab <- function(tab, inputId, session)
  updateNavbarPage(session=session, inputId=inputId, selected=tab)
ChristopherBarrington/seuratvis documentation built on Sept. 6, 2021, 11:39 p.m.