setup.toolbar.menu {nextGenShinyApps}R Documentation

Generate toolbar menu

Description

Use within a card to display menu

Usage

setup.toolbar.menu(...)

Arguments

...

The list declaring whether to show menu

Value

HTML code of a container containing menu to be inserted in the toolbar if declared TRUE

Note

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

Examples


 setup.toolbar.menu(list(menu=TRUE))
 

[Package nextGenShinyApps version 2.0 Index]