From 7161152473fb739cbf236984a3a43460c1a5000f Mon Sep 17 00:00:00 2001 From: Nick Pullen Date: Mon, 24 Apr 2023 14:26:42 +0200 Subject: [PATCH] Fix curl::multi_download typo in arrow.qmd (#1443) Function has an underscore in the name (as used in following code box) --- arrow.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow.qmd b/arrow.qmd index baea6f1..1e525cc 100644 --- a/arrow.qmd +++ b/arrow.qmd @@ -54,7 +54,7 @@ This dataset contains 41,389,465 rows that tell you how many times each book was The following code will get you a cached copy of the data. The data is a 9GB CSV file, so it will take some time to download. -I highly recommend using `curl::multidownload()` 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} #| eval: false