Last chance! 50% off unlimited learning
Sale ends in
Checks if two character values are equal. If either value is NULL
, returns TRUE
.
verify_character_join(x, y)
TRUE
if the values are equal or if either value is NULL
. Returns FALSE
otherwise.
A character value to be compared.
A character value to be compared.