#' @title Create a feedback slide
#'
#' @description Copies the feedback slide template to the current WD.
#' This feedback slide will look for the config questionnaire item.
#'
#' @export
create_feedback = function() {
feedback = system.file("feedback/feedback.Rmd", package = "jrSlides")
file.copy(feedback, to = "./feedback.Rmd", overwrite = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.