powered by
Checks if all elements of required are present in x.
required
x
includes(x, required)
A logical value indicating whether all elements of required are present in x (TRUE) or not (FALSE).
TRUE
FALSE
A vector of elements.
A vector of elements to check for inclusion in x.