I've got a database with free text fields that I want to use to filter a data.frame or tibble. I could perhaps with lots of work create a list of all possible m
I want to use club position and check if preferred_position contain the string then return True/False value for each row. Club_position Preferred_position RM R
I'm a bit lost here, some help is welcomed. The idea is to find a matching substring from a list of strings. It doesn't has to be perfect. Let's explain this wi