library(dplyr)
totalvotes <- read.csv(here::here("data-raw/Total Votes percandidates.csv"))
totalvotes <- totalvotes %>% tbl_df()
save(totalvotes, file = "data/totalvotes.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.