shiny (version 0.5.0)

bootstrapPage: Create a Twitter Bootstrap page

Description

Create a Shiny UI page that loads the CSS and JavaScript for http://getbootstrap.com{Twitter Bootstrap}, and has no content in the page body (other than what you provide).

Usage

bootstrapPage(...)

Arguments

...
The contents of the document body.

Value

  • A UI defintion that can be passed to the shinyUI function.

Details

This function is primarily intended for users who are proficient in HTML/CSS, and know how to lay out pages in Bootstrap. Most users should use template functions like pageWithSidebar.