#' Footer Builder
#'
#' @param tableNote Table note created by tableNoteR
#'
#' @return
#' @export
footerBuildeR <- function(tableNote) {
footer <- paste0('
\\end{tabular}
\\begin{tablenotes}
\\small
\\item \\textit{Note}. ', tableNote,
'
\\end{tablenotes}
\\end{threeparttable}
\\end{table}
\\newpage
')
cat(footer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.