Description Usage Arguments Examples
Cleans the variable names and splits them into columns in a long table.
1 | clean_census_columns(.data)
|
.data |
The data frame to be cleaned. Must be a long dataframe returned by read_nz_census_data() |
1 2 3 4 5 | nz_dwelling_regions_long <- transform_census(dwelling_regions,
gis = FALSE,
long = TRUE)
cleaned_data <- clean_census_columns(nz_dwelling_regions_long)
head(cleaned_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.