mainPanel: Main panel to display content
Description
Customizable main panel for inclusion of various UI elements
Usage
mainPanel(..., width = 8, border = FALSE, shadow = FALSE)
Value
Creates a container for displaying contents
Arguments
- ...
List of content
- width
Width of the main panel
- border
Should border be declared for the panel
- shadow
Should a shadow be added to the panel
Examples
Run this code# \donttest{
mainPanel('content 1')
# }
Run the code above in your browser using DataLab