verify_character_join | R Documentation |
Checks if two character values are equal. If either value is NULL
, returns TRUE
.
verify_character_join(x, y)
x |
A character value to be compared. |
y |
A character value to be compared. |
TRUE
if the values are equal or if either value is NULL
. Returns FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.