Learn R Programming

editR (version 0.2.1)

bs3_navbar: Custom navbar function for editR

Description

This function creates custom Twitter Bootstrap 3 navbars for editR.

Usage

bs3_navbar(brand = "My website", navs)

Arguments

navs
A list of UI elements to include in the navbar (e.g. actionLinks).
name
The name of the navbar.

Value

This function return the html code for a Twitter Bootstrap 3 navbar.