get_tab_names | R Documentation |
Get tab names from tabItem
object.
get_tab_names(.tab)
.tab |
.tab The |
A vector of tab names.
## Not run: tab_object <- tabItems( tabItem(tabName = "tab1"), tabItem(tabName = "tab2"), tabItem(tabName = "tab3") ) print(get_tab_names(tab_object)) # [1] "tab1" "tab2" "tab3" ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.