setopts_exlusive_to_first: Elements Exclusive to First Set

View source: R/set_operations.R

setopts_exlusive_to_firstR Documentation

Elements Exclusive to First Set

Description

Finds the elements that are in the first set but not in the second set.

Usage

setopts_exlusive_to_first(x, y)

Arguments

x

A vector of elements.

y

A vector of elements.

Value

A vector of elements that are in the first set but not in the second set.


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