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.
I have no longer access to a Netezza database. This package is unmaintained.
Install via github:
install.packages('devtools')
devtools::install_github('philippechataignon/RNetezza')
devtools::install_github('philippechataignon/dplyrnz')
library(dplyrnz)
nzr <- src_netezza('DSN')
table <- tbl(nzr, "TABLE_NAME")