# \donttest{
# Get the 2019 CES data
ces_2019 <- get_ces("2019")
# Create a codebook
codebook <- create_codebook(ces_2019)
# View the first few entries
head(codebook)
# Create a codebook without values
codebook_simple <- create_codebook(ces_2019, include_values = FALSE)
# }
Run the code above in your browser using DataLab