value.identical | R Documentation |
Return if unique values of two vectors are the same (order does not matter)
value.identical(x, y, treat_fully_contain_as_identical = F)
x |
A vector |
y |
A vector |
Logial value T or F
value.identical(c('a','a','b','d'), c('d','d','a','b'))
# TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.