## code to prepare `PeruVotes` dataset goes here
load(file="data-raw/Peru-realdata.RData")
PeruVotes <- Peru.voters
colnames(PeruVotes) <- c("votes", "HDI")
usethis::use_data(PeruVotes, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.