Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 566 Bytes

teradataR

R package to perform in-database analytics using Teradata database.

Compatible with both R version 2 and 3.

Prebuilt package could be found here.

Dependencies

  • RJDBC
  • rJava
  • RODBC

Installation

To install the package, issue the following command from R REPL:

install.packages("C:\\Documents and Settings\\User\\My Documents\\Downloads\\teradataR_1.1.0.tar.gz", repos=NULL,type="source");

Where first argument is the path to the package file.