get_join_value | R Documentation |
Returns a non-NA
/non-NULL
value based on the inputs. If either value is NA
or NULL
, it returns the non-NA
/non-NULL
value. If both values are equal, it returns that value.
get_join_value(x, y)
x |
A value to be compared. |
y |
A value to be compared. |
A non-NA
/non-NULL
value or the common value if x
equals y
. Returns NULL
if the values differ and neither is NA
or NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.