Hi Kris,
In your Lahman_WAR file I am getting an error, it may be because I am still learning R.
When I use this code from lines 17-18 I get the error which I will provide below.
#Connect to your Lahman instance so we can grab some data from the master table
drv <- dbDriver("PostgreSQL")
Error: Couldn't find driver PostgreSQL. Looked in:
- global namespace
- in package called PostgreSQL
- in package called RPostgreSQL
I don't have SQL, do I need it for this code to work? What am I missing?
Best,
Dustin Ross
Hi Kris,
In your Lahman_WAR file I am getting an error, it may be because I am still learning R.
When I use this code from lines 17-18 I get the error which I will provide below.
#Connect to your Lahman instance so we can grab some data from the master table
drv <- dbDriver("PostgreSQL")
Error: Couldn't find driver PostgreSQL. Looked in:
I don't have SQL, do I need it for this code to work? What am I missing?
Best,
Dustin Ross