#' Insert Remove Element UI
#'
#' @param id A shiny ID
#' @param button_label A string
#'
#' @export
insert_remove_element_ui <- function(id, button_label = "Add UI element"){
ns <- shiny::NS(id)
shiny::actionButton(ns("add_button"), button_label)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.