- year
A character string indicating the year of the CES data.
Available years include "1965", "1968", "1972", "1974", "1984", "1988", "1993",
"1997", "2000", "2004", "2006", "2008", "2011", "2015", "2019", "2021".
- variant
A character string indicating the survey variant to download.
Options depend on the year: "single_survey" (default for most years), "web" (default for 2015, 2019),
"phone", "combo", "1974_1980", "jnjl", "sep", "nov". Use list_ces_datasets to see
available variants for each year.
- format
A character string indicating the format to return the data in.
Default is "tibble". Options include "tibble", "data.frame", or "raw".
- language
A character string indicating the language of the survey questions.
Default is "en" (English). Alternative is "fr" (French).
- clean
Logical indicating whether to clean the data (recode variables,
convert factors, etc.). Default is TRUE.
- preserve_metadata
Logical indicating whether to prioritize preserving all
variable metadata (labels, attributes) over standardization. Default is TRUE.
This ensures all original question labels and value labels are maintained.
- use_cache
Logical indicating whether to use cached data if available.
Default is TRUE.
- verbose
Logical indicating whether to display detailed progress messages
during data retrieval and processing. Default is TRUE.