0

at work we have a database to which the following series of commands connected me from R.

library(RPostgreSQL)
drv <- dbDriver("PostgreSQL") 

con <- DBI::dbConnect(
  drv = drv,
  host = "rocket.cluster-east-1.rds.amazonaws.com",
  user = " webapp",
  password = "1234",
  dbname = "rocket"
)

I have tried to replicate the following parameters in R. But I have not been successful.

enter image description here

Currently I connect from pgAdmin but I am interested in connecting in R

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.