connect_to_redshift_dev: Connect to Redshift dev via the RPostgreSQL package.

Description Usage Arguments Value Examples

Description

Connect to Redshift dev via the RPostgreSQL package.

Usage

1
connect_to_redshift_dev(auth_file_location = "~/.auth", ...)

Arguments

auth_file_location

A character. Give the path of the directory where your authenticate file is located. If left blank, R will search for a file named 'authenticate' in your current working directory. Set to NULL if you want to enter your credentials manually.

Value

A list containing a driver object, drv, and a connection object, con.

Examples

1
connect_to_postgres(auth_file_location="~/authfiles")

johnchower/glootility documentation built on May 19, 2019, 3:03 p.m.