R Connection issue

Jump to solution
dathomas
Community Novice

Hello,

Trying to get R to connect with this command:

> <- redshift.connect("jdbc:postgresql://ucdenver-redshift.beta.inshosteddata.com:5439/canvas","canvas","<password>")

But getting this error:

Error: unexpected assignment in "<-"

Everything seems in order. Am I missing something obvious or did something change since the kickoff instructions?


Thanks!

David

1 Solution
dathomas
Community Novice

Nevermind. I missed the assignment. It was cut off in the video. Fixed!

View solution in original post