init_redshift: Amazon Redshift Database Connection

View source: R/init_redshift.R

init_redshiftR Documentation

Amazon Redshift Database Connection

Description

Maintains a connection to an Amazon Redshift database that you can query

Usage

init_redshift(redshift_url, username = NULL, password = NULL)

Arguments

redshift_url

the Amazon S3 URL where the Redshift instance is hosted

username

your username, if you do not include this R will prompt you when the object is created

password

your password, if you do not include this R will prompt you when the object is created

factory

the redshift factory name

Value

an object that maintains a connection to the server that you can query with SQL


mattjcamp/dbr documentation built on May 11, 2023, 2:19 a.m.