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