October 2018
Beginner
114 pages
2h 36m
English
In this section, we are going to talk about how to connect a PostgreSQL database on AWS by using the RPostgreSQL library. If you don't have this library on your R environment, you can install it by using the following command:
install.packages("RPostgreSQL")


Read now
Unlock full access