#' Merge header columns
#'
#' @param ... formating instructions
#' @return format list
#' @export
header_merged_cols <- function(...){
return_list <- list(...)
class(return_list) <- "merged_headers"
return_list
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.