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(...)
basicPage(...)
Arguments
...
The contents of the document body.
Value
A UI defintion that can be passed to the shinyUI
function.
Details
These functions are 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.
basicPage is the same as bootstrapPage,
with an added
wrapper to provide a little padding.