teradataR-package: Allow access to Teradata via R

Description Details Author(s) Examples

Description

This package is designed to allow users of R to interact with a Teradata database. Users can use many statistical functions directly against the Teradata system without having to extract the data into memory.

Details

Package: teradataR
Type: Package
Version: 1.0
Date: 2010-10-11
License: GPL (>= 2)
LazyLoad: yes

Author(s)

Todd Brye

Maintainer: <todd.brye@teradata.com>

Examples

1
2
3
4
5
6
## Not run: 
tdConnect("tdSystem")
tdf <- td.data.frame("transactions")
td.stats(tdf["column"])

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.