dynamic_menuItem: dynamic_menuItem

Description Usage Arguments Details Value Note Author(s)

Description

Create interactively the sidebar of a dashboard

Usage

1
2
3
4
5
6
7
8
9
dynamic_menuItem(
  menu_text = NULL,
  menu_tabName = NULL,
  menu_icon = NULL,
  menu_icon_class = NULL,
  submenu_text = NULL,
  submenu_tabName = NULL,
  subitem = c("yes", "no")
)

Arguments

menu_text

Show text of of the tab

menu_tabName

id of the tab

menu_icon

icon of the tab

menu_icon_class

class of the icon of the tab

submenu_text

show text of the subtabs of a tab

submenu_tabName

id of the subtabs of a tab

subitem

yes if there is subtabs or no if there is no subtabs

Details

This function allows you to create an interactive personalized tabNames and subtabnames of a dashboardPage

Value

"This function returns two possible tabs:"

Note

The advantage of this function is that we can create multiple tabs (thanks to the iteratior) only using this function.

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.