View source: R/project_visualiser.R
make_closable_tab | R Documentation |
Create closable shiny tab
make_closable_tab(tab_name, content_output_Id, output_type = "text")
tab_name |
Character scalar representing the name or title of the shiny tab. |
content_output_Id |
Character scalar representing the id of the shiny tab. |
output_type |
Character scalar specifying the type of rendered output.
Default is |
A tab that can be passed to shiny::tabsetPanel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.