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

View source: R/utilities.R

value.identicalR Documentation

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

Description

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

Usage

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

Arguments

x

A vector

y

A vector

Value

Logial value T or F

Examples


value.identical(c('a','a','b','d'), c('d','d','a','b'))

# TRUE


Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.