| ds_tab | R Documentation |
A single tab button within ds_tablist.
ds_tab(label, value, selected = FALSE, ...)
label |
The tab label text |
value |
The value to return when this tab is selected |
selected |
Whether this tab is initially selected |
... |
Additional attributes |
A Shiny tag object
ds_tab("Overview", value = "overview", selected = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.