Rdocumentation
powered by
Learn R Programming
shinyBS (version 0.20)
pageWithNavBar: Create a page with a NavBar
Description
Create a shiny UI that contains a navbar for input controls and a main area for outputs.
Usage
pageWithNavBar(title = "", navbar, mainContent)
Arguments
title
The title to appear in the browsers application bar.
navbar
A navbar created with
bsNavBar
mainContent
Outputs for the application