panelsPage {shinypanels} | R Documentation |
Shiny panels layout
Description
Shiny panels layout
Usage
panelsPage(..., styles = "", header = NULL, title = NULL,
debug = FALSE)
Arguments
... |
html list contents for the panel |
styles |
custom css styles |
header |
html list with custom header |
title |
Title html page attribute |
debug |
Used for debugging layout html |
Value
None
Examples
panelsPage()
[Package shinypanels version 0.5.0 Index]