cps_race <- function(race_var) {
if(race_var == 100) {
"White"
} else if(race_var == 200) {
"Black or African American"
} else {
"Other Race"
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.