View source: R/categorize_age_5u1.R
categorize_age_5u1 | 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_5u1(ageu1_column)
ageu1_column |
age column created from convert_ager27u1() |
factor
categorize_age_5u1(c(0, 1, seq(5, 85, 5)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.