This is an R client to interact with the AWS Redshift service, including wrapper functions around the Redshift JDBC package.
The package is not yet hosted on CRAN.
But you can easily install the most recent development version of the R package as well:
devtools::install_github('nfultz/AWR.Redshift')
This provides a simplified DBI driver for Redshift:
#TODO
Installing and loading the JDBC driver package is handled automatically.
Most database functionality is actually provided by RJDBC, but if you have Redshift-specific features in mind, please open a ticket on the feature request, or even better, submit a pull request :)
TODO