data-raw/Totalvotes.R

library(dplyr)

totalvotes <- read.csv(here::here("data-raw/Total Votes percandidates.csv"))
totalvotes <- totalvotes %>% tbl_df()
save(totalvotes, file = "data/totalvotes.rda")
FahroziFahrozi/indoelectdata documentation built on Nov. 21, 2019, 1:55 a.m.