Checks if the second parameter includes the first one as a value, a column name, or a name.
x %inn% table
Character to check if it exists in a vector or list.
List, data frame, or any vector.
Logical value TRUE if it exists, FALSE if it does not.
.check <- "a" %inn% data.frame(a = 1:5)