Description Usage Arguments Value Examples
Return if unique values of two vectors are the same (order does not matter)
1 | value.identical(x, y, treat_fully_contain_as_identical = F)
|
x |
A vector |
y |
A vector |
Logial value T or F
1 2 3 | 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.