Learn R Programming

assertions (version 0.1.0)

setopts_count_exlusive_to_first: Count of Elements Exclusive to First Set

Description

Counts the number of elements that are in the first set but not in the second set.

Usage

setopts_count_exlusive_to_first(x, y)

Value

A scalar representing the number of elements that are in the first set but not in the second set.

Arguments

x

A vector of elements.

y

A vector of elements.