# library(gt)
gt_latex <- function(x, caption, label) {
cat(gsub(
".*\\\\begin\\{longtable\\}\\{([^}]*)\\}\\n",
paste0("\\\\begin{longtable}{\\1}\n\\\\caption{\\\\label{tab:", label, "}", caption, "}\\\\\\\\\n"),
gt::as_latex(x)
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.