Download Seattle library (#1533)
* Download Seattle library Download Seattle library if it wasn't downloaded already * Update freeze --------- Co-authored-by: Mine Çetinkaya-Rundel <cetinkaya.mine@gmail.com>
This commit is contained in:
parent
52a11f8725
commit
336b70bbc4
File diff suppressed because one or more lines are too long
|
@ -56,7 +56,7 @@ The data is a 9GB CSV file, so it will take some time to download.
|
|||
I highly recommend using `curl::multi_download()` to get very large files as it's built for exactly this purpose: it gives you a progress bar and it can resume the download if its interrupted.
|
||||
|
||||
```{r}
|
||||
#| eval: false
|
||||
#| eval: !expr "!file.exists('data/seattle-library-checkouts.csv')"
|
||||
dir.create("data", showWarnings = FALSE)
|
||||
|
||||
curl::multi_download(
|
||||
|
|
Loading…
Reference in New Issue