I'd like some advise on how to lookup from a list to update a table in r. The list (mysheets) has length of 2 with each has differing rows. Below is the sample code that I tested unsuccessfully.
library(plyr)
a <- join(pump$Date, mysheets, by = "State")
Error: All inputs to rbind.fill must be data.frames
Thanks.