# Basic knitr options library(knitr) opts_chunk$set(comment = NA, # echo = FALSE, warning = FALSE, message = FALSE, error = TRUE, cache = FALSE, fig.width = 9.64, fig.height = 5.9, fig.path = 'figures/')
## Load libraries library(ggplot2) library(lubridate) library(dplyr) library(sp) library(raster) library(viridis) library(ggthemes) library(sf) library(RColorBrewer) library(readr) library(zoo) library(tidyr) options(scipen = '999')
# For this document to run properly, you'll need to have # Seroprevalence_Survey_results.csv saved in this directory df <- read_csv('Seroprevalence_Survey_results.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.