Learn R Programming

gentelellaShiny (version 0.1.0)

tabPanel: Create a gentelella tabPanel

Description

To be included in a tabSetPanel

Usage

tabPanel(..., tabName, active = FALSE)

Arguments

...

Tab content

tabName

Tab name: it will be also passed as the id argument. Should be unique.

active

Whether the tab is active or not. FALSE bu default.