rstudio / webinars

Code and slides for RStudio webinars
https://resources.rstudio.com/webinars
1.53k stars 1.41k forks source link

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

Open virgile-baudrot opened 7 years ago

virgile-baudrot commented 7 years ago

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 commented 6 years ago

@edgararuiz Could you take a look?