#' Title
#'
#' @param variable_export_filename
#'
#' @return
#' @export
#'
#' @examples
#'
#'
#' @import rlang .variabe_export_filename
build_theme_variable_table <-function(variable_export_filename)
{
dfThemeVars = read.csv(variable_export_filename, header = TRUE)
dfThemeVars.head(5)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.