is_other.Rd
Takes character input and returns TRUE/FALSE if other/explicit race
is_other(x)
input character representing race
boolean representing Race == Other
is_other("OTHER") #> [1] TRUE is_other("BLACK") #> [1] FALSE