Learn R Programming

SeuratExplorer (version 0.1.0)

explorer_body_ui: 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)

Value

a filled tag list for body UI

Arguments

tab_list

a tag list for the body UI of shiny dashboard

Examples

Run this code
tab_list <- list()
tab_list <- explorer_body_ui(tab_list = tab_list)

Run the code above in your browser using DataLab