setopts_are_equal: Compare Sets for Equality

View source: R/set_operations.R

setopts_are_equalR Documentation

Compare Sets for Equality

Description

Determine if the two sets are equal.

Usage

setopts_are_equal(x, y)

Arguments

x

A vector of elements.

y

A vector of elements.

Value

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


assertions documentation built on Feb. 13, 2026, 5:06 p.m.