View source: R/clean_ces_data_preserve_metadata.R
clean_ces_data_preserve_metadata | R Documentation |
This function performs minimal cleaning operations on CES data to maximize preservation of variable metadata, including labels and attributes.
clean_ces_data_preserve_metadata(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 preserved metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.