PostgreSQL and RStudio
1) Introduction It is so straightforward working with the IDE RStudio (in my opinion, one of the most relevant and easy to use) and a connection with a DataBase (in this case we are using PostgreSQL). Check it out in the lines below one way (of course there are other options) to connect. Enjoy it! 2) Packages we are using DBI dplyr odbc # 2) Important packages ---- library(DBI) library(dplyr) library(odbc) 3) Checking out the data sources available This is one important step that you have to check if the driver that you want was installed in your machine.