knitr::opts_chunk$set(echo = TRUE) # Load packages library(tidyverse) library(knitr) library(tidystats) # Options options(knitr.kable.NA = '-')
Start by reading in the data frame containing the output of all the statistical models.
results <- read_stats("results.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.