Setting up R
Connect R and RStudio to the PEARS data mart using the RPostgres and DBI libraries.
Prerequisites
Setup
Certificates
Package Installation
install.packages("RPostgres")
install.packages("DBI")install.packages("keyring")
library(keyring)
# One-time setup to store password
key_set("PEARS_datamart") # You'll be prompted to enter the password securelyUsage
Last updated
