
Takes character input and returns TRUE/FALSE if female/male
is_female.Rd
Takes character input and returns TRUE/FALSE if female/male
Examples
is_female("F")
#> [1] TRUE
is_female(c("MALE", "FEMALE"))
#> [1] FALSE TRUE
is_female.Rd
Takes character input and returns TRUE/FALSE if female/male
is_female("F")
#> [1] TRUE
is_female(c("MALE", "FEMALE"))
#> [1] FALSE TRUE