card_tabset_operate | R Documentation |
card_tabset
Add, active, or remove a card within card_tabset
card_tabset_insert(
inputId,
title,
...,
active = TRUE,
notify_on_failure = TRUE,
session = shiny::getDefaultReactiveDomain()
)
card_tabset_remove(
inputId,
title,
notify_on_failure = TRUE,
session = shiny::getDefaultReactiveDomain()
)
card_tabset_activate(
inputId,
title,
notify_on_failure = TRUE,
session = shiny::getDefaultReactiveDomain()
)
inputId |
the element id of |
title |
the title of the card to insert, activate, or to remove |
... |
the content of the card |
active |
whether to set the card to be active once added |
notify_on_failure |
whether to show notifications on failure |
session |
shiny session domain |
These functions execute session$sendCustomMessage
and return
whatever value generated by that function; usually nothing.
card_tabset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.