Re: [R] Tidyverse Question

2020-03-27 Thread William Michels via R-help
Dear Ista (and Phillip), Ista, that's the exact same advice I gave Phillip over a week ago: https://stat.ethz.ch/pipermail/r-help/2020-March/465994.html Phillip, it doesn't make sense to post the same question under different subject headings. While I'm convinced you're making a sincere effort t

Re: [R] Tidyverse Question

2020-03-23 Thread Jeff Newmiller
This is not a reproducible recipe. I am positive this is an operator error... not keeping current working directory in the same place, or failing to close the file when done. On March 23, 2020 3:33:00 PM PDT, Phillip Heinrich wrote: >Can someone out there run the following code from the book An

Re: [R] Tidyverse Question

2020-03-23 Thread Ista Zahn
Hi Phillip, On Mon, Mar 23, 2020 at 6:33 PM Phillip Heinrich wrote: > > 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 wee

[R] Tidyverse Question

2020-03-23 Thread Phillip Heinrich
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 o