setup.toolbar.buttons: Generate toolbar buttons

View source: R/cards.R

setup.toolbar.buttonsR Documentation

Generate toolbar buttons

Description

Use within a card to display toolbar

Usage

setup.toolbar.buttons(...)

Arguments

...

The list of buttons to display

Value

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

Note

For more information on the features of a toolbar within a card, visit the examples section of the help documentation

Examples


 setup.toolbar.buttons(list(maximize=TRUE,collapse=TRUE,close=TRUE))
 

nextGenShinyApps documentation built on Nov. 12, 2023, 5:06 p.m.