## code to prepare `religion` dataset goes here
library(usethis)
library(data.table)
library(socviz)
religion <- data.table::as.data.table(socviz::gss_sm) |>
_[!is.na(religion) & !is.na(happy), .(happy, religion)]
usethis::use_data(religion, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.