Title: | R Interface to the 'Redshift' Database |
---|---|
Description: | Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. |
Authors: | Michael Treadwell |
Maintainer: | Michael Treadwell <[email protected]> |
License: | GPL-2 |
Version: | 0.1.2 |
Built: | 2025-02-28 02:45:03 UTC |
Source: | https://github.com/mtreadwell/rredshiftsql |
This function creates and initializes a PostgreSQL client with class RedshiftSQLDriver which is simply a superclass of PostgreSQLDriver
RedshiftSQL()
RedshiftSQL()
## Not run: con <- dbConnect(RedshiftSQL(), user="u", password = "p", host="h", dbname="n", port = "5439") query <- dbSendQuery(con, "SELECT * FROM table") ## End(Not run)
## Not run: con <- dbConnect(RedshiftSQL(), user="u", password = "p", host="h", dbname="n", port = "5439") query <- dbSendQuery(con, "SELECT * FROM table") ## End(Not run)