knitr::opts_chunk$set(echo = TRUE)
library(ggplot2) library(tidyverse) # Create test data. data <- data.frame( flag=c("TRUE", "FALSE"), n=c(12, 14) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.