View source: R/categorize_age_5.R
categorize_age_5 | R Documentation |
Simply makes more meaningful labels on the age column. Assumes that the age column was created from the convert_ager27() function. Allows for using tidyr::complete() even when some age/year/race combinations have no observations.
categorize_age_5(age_column)
age_column |
age column created from convert_ager27() |
factor
categorize_age_5(seq(0, 70, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.