Learn R Programming

shinydashboard (version 0.7.3)

tabItems: A container for tab items

Description

A container for tab items

Usage

tabItems(...)

Arguments

...

Items to put in the container. Each item should be a tabItem().

See Also

menuItem(), menuSubItem(), tabItem(). See sidebarMenu() for a usage example.