Selecting data frame rows based on partial string match in a column
I notice that you mention a function %like% in your current approach. I don’t know if that’s a reference to the %like% from “data.table”, but if it is, you can definitely use it as follows. Note that the object does not have to be a data.table (but also remember that subsetting approaches for data.frames and … Read more