combine_headers <- function(...) {
httr::add_headers(unlist(rlang::dots_list(...)))
}
content_type <- function(res) {
res$headers[["content-type"]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.