I have a data frame(A)
of size (92047x2) and a list(B)
of size (1829). I want to create a new data frame with all rows of A whose first column value is present in B.
How to use which()
? Or any other good way to approach this?
All the values are in form of character. (Eg. "Vc2345")