Hello All, I am very new to the R and i want to know how to connect to the teradata in R and import data from there. Currently I am using SAS to import data and i use the following syntax to connect to teradata.
*Proc Sql; connect to odbc (dsn=teradata username = '**********' password = '*********'); create table dorm.bkg_tables as select * from connection to odbc* Could you please tell me what is the syntax for connecting to teradata through R and import data in R. Also could you tell me what all packages do i have to install in order to perform above tasks. Thanks. Sumit [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.