shiny::tabsetPanel(
shiny::tabPanel(
"Österreich",
tab_UI("austria", laender_agg_map_dta$name)
),
shiny::tabPanel(
"Wien",
tab_UI("wien", bezirke_agg_map_dta$name)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.