I am trying to filter rules which contain a certain category of item in the LHS , stored the items belonging to that category in the form of a vector and using this vector with subset to filter all the rules.
The error I am getting is "table contains an unknown item label".
Here's a snapshot of the code below:
top500vec is the vector which contains all the items of the same category ,interested at looking for rules with these items on the LHS side