I want to connect to a database on Redshift and load a table to a data frame
I have the following:
- Hostname (not JDBC URL)
 - Username
 - Password
 - Table name
 - Schema
 
What packages should I use?
I am looking for the right code if someone can help. Should I use RODBC or any other package?