View source: R/page_tabgroup.R
page_tabgroup | R Documentation |
Adds a group of tabs, each of which contains input and/or output components.
page_tabgroup(..., id = NULL, class = NULL, condition = NULL)
... |
A separately entered list for each tab and its content. Named entries in each tab entry can be
|
id |
Unique ID of the tabgroup. |
class |
A class name to add to the tabgroup. |
condition |
A string representing the display condition of the entire tabgroup. |
See the Bootstrap grid documentation.
A character vector of the content to be added.
## Not run:
page_tabgroup(
"Map" = list(id = "map_tab", output_map()),
"Data" = list(output_table()),
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.