assert_x_in_y: Assert all elements of x are in y

View source: R/assert_x_in_y.R

assert_x_in_yR Documentation

Assert all elements of x are in y

Description

Assert all elements of x are in y

Usage

assert_x_in_y(x, y)

Arguments

x

[vector] some vector

y

[vector] some vector

Value

[none] stop if any elements of x are not in y


epi-sam/SamsElves documentation built on June 12, 2025, 7 a.m.