Skip to content
Prev 302194 / 398503 Next

Joining R Local Dataset with Table from Database

You'll either need to do it in R or Oracle (I'm not sure you can do it
directly across the ODBC boundary) -- I'd actually think Oracle would
be more performant for this sort of thing.

But anyways, import your data from Oracle into R as a data.frame and
then look at the ?merge command.

Best,
Michael
On Thu, Aug 2, 2012 at 4:58 PM, Madana_Babu <madana_babu at infosys.com> wrote: