Standard.BaseDataVectorcontainsOn this pageVector.contains containselem Group: Logical Documentation Checks whether this vector contains a given value as an element. Arguments elem: The item to see if it exists in the vector. Examples Checking if the vector contains the number 72. [1, 383, 72, 301].contains 72