I am trying to adapt someone else's R code for my needs.
I do not know what this line does:
names(train_clean) %in% names(test_clean)
I understand names(train_clean). I understand names(test_clean).
I do not know what %in% is? Looking for help with ? is not helpful in the instance.
?%in%
yields Error: unexpected SPECIAL in "?%in%"