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:
		
										
											
												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.
 | 
					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}
 | 
					```{r}
 | 
				
			||||||
#| eval: false
 | 
					#| eval: !expr "!file.exists('data/seattle-library-checkouts.csv')"
 | 
				
			||||||
dir.create("data", showWarnings = FALSE)
 | 
					dir.create("data", showWarnings = FALSE)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
curl::multi_download(
 | 
					curl::multi_download(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user