ogbs / teradataR

R package to perform in-database analytics using Teradata database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

R package to perform in-database analytics using Teradata database

License:GNU General Public License v2.0


Languages

Language:R 100.0%