dashboardBody {shinydashboard} | R Documentation |
The main body of a dashboard page.
Description
The main body typically contains box()
es. Another common use
pattern is for the main body to contain tabItems()
.
Usage
dashboardBody(...)
Arguments
... |
Items to put in the dashboard body. |
See Also
tabItems()
, box()
, valueBox()
.
[Package shinydashboard version 0.7.3 Index]