# Load packages required library(knitr) library(magrittr) library(kableExtra) knitr::opts_chunk$set(echo = FALSE) # Create data frame for table table_contents <- data.frame(c("Text", "Text", "Text", "Text", "Text"), c(1:5))
include_graphics("images/value.png")
kable(table_contents, col.names = c("Column heading", "Column heading"), format = "markdown")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.