is_superset: Check if one set is a superset of another

View source: R/set_operations.R

is_supersetR Documentation

Check if one set is a superset of another

Description

Determines if all elements in set y are also present in set x.

Usage

is_superset(x, y)

Arguments

x

A numeric, character, or logical vector.

y

A numeric, character, or logical vector.

Value

A logical value indicating whether x is a superset of y.


assertions documentation built on June 7, 2023, 6:03 p.m.