# Load in data
HealthIneq <- readRDS(file = "data.rds")
HealthIneq <- HealthIneq[, !duplicated(colnames(HealthIneq))]
usethis::use_data(HealthIneq, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.