[R] Tidyverse Question
Phillip Heinrich
herd_dog @end|ng |rom cox@net
Mon Mar 23 23:33:00 CET 2020
Can someone out there run the following code from the book Analyzing Baseball Data with R – Chapter 7 page 164?
library(tidyverse)
db <- src_sqlite(“data/pitchrx.sqlite”,create=TRUE)
Over the past two weeks this code has run correctly twice but I have gotten the following error dozens of times:
Error: Could not connect to database:
unable to open database file
I’m trying to figure out if the problem is with my computer or if the tidyverse package has been revised since this book was written. I got the same error when I loaded R onto my wife’s Mac.
The file pitchrx.sqlite loaded into my directory C:/Users/Owner/Documents. The data file db contains four xml files used later in the analysis.
Thanks.
[[alternative HTML version deleted]]
More information about the R-help
mailing list