This function performs cleaning operations on CES data, including recoding variables, converting factors, and standardizing column names.
clean_ces_data(data, year, language = "en")A cleaned tibble with standardized variables.
A tibble or data.frame containing raw CES data.
A character string indicating the year of the CES data.
A character string indicating the language for labels ("en" or "fr").