Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Access The csale dataset in chapter 4 #34

Open
akarsteve opened this issue Nov 15, 2021 · 3 comments
Open

Unable to Access The csale dataset in chapter 4 #34

akarsteve opened this issue Nov 15, 2021 · 3 comments

Comments

@akarsteve
Copy link

I ran the codes on my R but it returned error due to failure to read in the csale dataset.

@SailStripes
Copy link

Did you ever manage to solve this? I find myself in the same situation!

@SailStripes
Copy link

Don't know whether you still need an answer but I managed to fix it! Basically go onto the repository on this site and manually download the csale.rds file (https://github.com/noamross/gams-in-r-course/blob/master/csale.rds). Then in R you need to set the 'working directory' with: setwd("C:/Data/Rfiles)... Save the "csale.rds" file in this folder of course, then just rerun the code mentioned in the exercise: readRDS("csale.rds")... worked for me atleast.

@zengfanfu
Copy link

zengfanfu commented Sep 30, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants