grapes-vcontains-grapes: %vcontains%

%vcontains%R Documentation

%vcontains%

Description

[Experimental]

Check if a vector 'vector' contains all values specified in the vector 'values'

Usage

vector %vcontains% values

Arguments

vector

: A vector containing all possible values

values

: each individual value, in the form of a vector, to check the presence of in 'vector'

Value

  • TRUE if all the values in the vector 'values' are contained in the vector 'vector' = FALSE if all the values in 'values' are not contained in 'vector'

Examples

# To be documented


clessn/clessn-verse documentation built on Feb. 18, 2024, 12:42 p.m.