## Required libraries
### Knitr options
### Data wrangling
library(dplyr)
library(purrr)
library(tidyr)
### Hybrid OA data
library(hoaddata)
### Plotting
library(ggplot2)
library(cowplot)
library(ggiraph)
library(patchwork)
library(plotly)
### Tables
library(reactable)
library(sparkline)
library(kableExtra)
library(htmltools)
library(crosstalk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.