clean_ces_data | R Documentation |
This function performs cleaning operations on CES data, including recoding variables, converting factors, and standardizing column names.
clean_ces_data(data, year, language = "en")
data |
A tibble or data.frame containing raw CES data. |
year |
A character string indicating the year of the CES data. |
language |
A character string indicating the language for labels ("en" or "fr"). |
A cleaned tibble with standardized variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.