explorer_body_ui: generate the body UI for each menu item specified in...

View source: R/ui.R

explorer_body_uiR Documentation

generate the body UI for each menu item specified in explorer_sidebar_ui

Description

generate the body UI for each menu item specified in explorer_sidebar_ui

Usage

explorer_body_ui(tab_list)

Arguments

tab_list

a tag list for the body UI of shiny dashboard

Value

a filled tag list for body UI

Examples

tab_list <- list()
tab_list <- explorer_body_ui(tab_list = tab_list)


SeuratExplorer documentation built on April 4, 2025, 1:57 a.m.