I have a data.frame with 2 columns and it looks like this
C1 C2
A 1
B 2
A 3
A 1
C 4
A 2
C 1
Now, I have form a table which contains the quantity of the items
Such as,
item Quantity
A 7
B 2
C 5
Please help with this!