library(methods)
library(dplyr)
twelve_deaths <- read.csv("data-raw/twelve_deaths/twelve_deaths.csv",
stringsAsFactors = FALSE) %>%
mutate(region = factor(region, levels = c("West", "East")))
save(twelve_deaths,
file = "data/twelve_deaths.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.