Takes character input and returns TRUE/FALSE if other/explicit race

is_other(x)

Arguments

x

input character representing race

Value

boolean representing Race == Other

Examples

is_other("OTHER")
#> [1] TRUE

is_other("BLACK")
#> [1] FALSE