Learn R Programming

assertions (version 0.1.0)

setopts_are_equal: Compare Sets for Equality

Description

Determine if the two sets are equal.

Usage

setopts_are_equal(x, y)

Value

A logical value indicating whether the sets are equal (TRUE) or not (FALSE).

Arguments

x

A vector of elements.

y

A vector of elements.