powered by
Equivalent of .Contains() in Insight Maker.
contains_IM(haystack, needle)
Logical value
Vector or string to search through
Value to search for
contains_IM(c("a", "b", "c"), "d") # FALSE contains_IM(c("abcdef"), "bc") # TRUE
Run the code above in your browser using DataLab