setup.toolbar.buttons {nextGenShinyApps} | R 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))
[Package nextGenShinyApps version 2.1 Index]