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

path of data in 42- Introduction to sparklyr + typo #23

Open
virgile-baudrot opened this issue Aug 23, 2017 · 1 comment
Open

path of data in 42- Introduction to sparklyr + typo #23

virgile-baudrot opened this issue Aug 23, 2017 · 1 comment

Comments

@virgile-baudrot
Copy link

If I well understood, in the 42 - Introduction to sparklyr, the path of data sets 2003.csv.bz2 and 2004.csv.bz2 should be downloaded in the repository data created just before.
So, line 58, changing
download.file("http://stat-computing.org/dataexpo/2009/2003.csv.bz2", "2003.csv.bz2")
into
download.file("http://stat-computing.org/dataexpo/2009/2003.csv.bz2", "data/2003.csv.bz2").
And similarly line 62:
download.file("http://stat-computing.org/dataexpo/2009/2004.csv.bz2", "2004.csv.bz2")
into
download.file("http://stat-computing.org/dataexpo/2009/2004.csv.bz2", "data/2004.csv.bz2")

Also a typo l.155 in the text outside chunks (I do not create a new issue for such a small thing, should I?):

the is a new table called flights_subset

is maybe

there is a new table called flights_subset

Thanks for this great tutorial !

@carneybill
Copy link
Contributor

@edgararuiz Could you take a look?

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

2 participants