bs4DashBody | R Documentation |
dashboardBody creates the main body container for a dashboardPage.
tabItems creates a wrapper for multiple tabItem.
tabItem creates a body tab content.
bs4DashBody(...) bs4TabItems(...) bs4TabItem(tabName = NULL, ...) dashboardBody(...) tabItems(...) tabItem(tabName = NULL, ...)
... |
Contents of the tab. |
tabName |
The name of a tab. This must correspond to the |
David Granjon, dgranjon@ymail.com
dashboardSidebar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.