Hi I have two data frames
Data frame a
Data frame b
I want put the food column in dataframe a from b based on animal name and if the animal name is not there it should come as NA This is what I am expecting
was trying with merge function in R but getting error