#' Make html file
#'
#' @param html_text HTML text
#' @param file file name
#'
#' @export
make_html_file <- function(html_text, file) {
writeLines(html_text, file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.