otp_vector_match {otpr}R Documentation

Checks if two vectors are the same but where order doesn't matter

Description

Checks if two vectors are the same but where order doesn't matter

Usage

otp_vector_match(a, b)

Arguments

a

vector, to be matched

b

vector, to be matched


[Package otpr version 0.5.1 Index]