knitr::opts_chunk$set(echo = TRUE)
library(knitr) mathy.df <- data.frame(site = c("A", "B"), b0 = c(3, 4), BA = c(1, 2)) colnames(mathy.df) <- c("Site", "$\\beta_0$", "$\\beta_A$") kable(mathy.df, escape=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.