Skip to content
Prev 207286 / 398506 Next

Question on Merge/Lookup

Perhaps using the R merge() function, possibly twice in succession, 
will do the job. (merge() does a one to many relational join, but 
with only two dataframes at at time).

Or, there is an R package that lets you use the SQL language on 
dataframes. I don't recall its name, but a search on R packages 
should turn it up -- if someone else doesn't provide the name sooner.

-Don
At 10:52 AM -0800 1/22/10, GL wrote: