Re: [R] Load a data from oracle database to R

2009-04-23 Thread Marc Schwartz
On Apr 23, 2009, at 12:18 PM, Gagan Pabla wrote: Hello, I am have trying to load data in R by connecting R to the database the following way: library(RODBC) channel<-odbcConnect("gagan") now after I connect to the server by putting pwd. I want to load table from the database named "temp"

[R] Load a data from oracle database to R

2009-04-23 Thread Gagan Pabla
Hello, I am have trying to load data in R by connecting R to the database the following way: > library(RODBC) > channel<-odbcConnect("gagan") now after I connect to the server by putting pwd. I want to load table from the database named "temp" in to R so that I can do some descriptive statistics