notAllIn: Checks whether all values in one vector are in another vector

View source: R/utility_functions.R

notAllInR Documentation

Checks whether all values in one vector are in another vector

Description

Checks whether all values in one vector are in another vector

Usage

notAllIn(x, v = V)

Arguments

x

Vector of values to check if all are in second vector

v

Second vector of values that may or may not contain all values in x

Value

logical


nevilamos/FAMEFMR documentation built on April 17, 2025, 9:32 p.m.