Learn R Programming

editR (version 0.2.1)

bs3_dropdown: Custom dropdown menu function for editR

Description

This function creates custom Twitter Bootstrap 3 dropdown menus for editR.

Usage

bs3_dropdown(name = "My menu", navs)

Arguments

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

Value

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