Learn R Programming

nextGenShinyApps (version 2.1)

setup.toolbar.buttons: Generate toolbar buttons

Description

Use within a card to display toolbar

Usage

setup.toolbar.buttons(...)

Value

HTML code of a container containing items to be inserted in the toolbar

Arguments

...

The list of buttons to display

Examples

Run this code
# \donttest{
 setup.toolbar.buttons(list(maximize=TRUE,collapse=TRUE,close=TRUE))
 # }

Run the code above in your browser using DataLab