Skip to content

philippechataignon/dplyrnz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dplyrnz : dplyr SQL backend for Netezza

R package that extends dplyr and provides SQL backend to Netezza (tested on V6.0.8).

This is a complete rewrite for compatibility with the 0.5.0 release of dplyr.

dplyr needs now a DBI compliant database backend. So, the package RNetezza is a new dependance for dplyrnz.

Note

I have no longer access to a Netezza database. This package is unmaintained.

Installation

Install via github:

install.packages('devtools')
devtools::install_github('philippechataignon/RNetezza')
devtools::install_github('philippechataignon/dplyrnz')

Usage

library(dplyrnz)

nzr <- src_netezza('DSN')
table <- tbl(nzr, "TABLE_NAME")

Credits

About

R dplyr SQL backend for Netezza using RODBC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages