#' Container for rendered Survey
#'
#' Simple div
#'
#' @param id to communicate with `render_survey()`.
#'
#' @return
#' @export
survey_output <- function(id) {
htmltools::div(id = id)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.