Empty strings are mapped to NA

bol_YN(x)

Arguments

x

character vector with Y and N

Examples

if (FALSE) {
chevron:::bol_YN(c("Y", "Y", "N", "", NA))
}