make_closable_tab {assertHE}R Documentation

Create closable shiny tab

Description

Create closable shiny tab

Usage

make_closable_tab(tab_name, content_output_Id, output_type = "text")

Arguments

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 "text" and can also accept "HTML".

Value

A tab that can be passed to shiny::tabsetPanel()


[Package assertHE version 1.0.0 Index]