View source: R/insert_remove_element_server.R
insert_remove_element_server | R Documentation |
Insert Remove Element Server
insert_remove_element_server(
id,
element_module,
element_module_ui,
remove_ui_event = shiny::reactive(NULL)
)
id |
A shiny ID |
element_module |
A shiny server module |
element_module_ui |
A shiny UI module |
remove_ui_event |
A Shiny reactive |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.