value.identical: Return if unique values of two vectors are the same (order...

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Return if unique values of two vectors are the same (order does not matter)

Usage

1
value.identical(x, y, treat_fully_contain_as_identical = F)

Arguments

x

A vector

y

A vector

Value

Logial value T or F

Examples

1
2
3
value.identical(c('a','a','b','d'), c('d','d','a','b'))

# TRUE

Tong-Chen/YSX documentation built on Jan. 25, 2021, 2:49 a.m.