powered by
Create a simple body containing a header and a content for the main body
dashboardBody(header, ...)
An HTML of the body of the page
OPTIONAL. Items to display in the header section (use the titlePanel() function to set this property).
The elements to include within the body of the modal
if (interactive()) { dashboardBody( header = titlePanel( left = "Sample nextGenShinyApps Title", right = shiny::icon("user") ), "obi's preferred main body" ) }
Run the code above in your browser using DataLab