How can I configure future to download more files?
问题 I have a lot of files I need to download. I am using download.file() function and furrr::map to download in parallel, with plan(strategy = "multicore") . Please advise how can I load more jobs for each future? Running on Ubuntu 18.04 with 8 cores. R version 3.5.3. The files can be txt, zip or any other format. Size varies in range of 5MB - 40MB each. 回答1: Using furrr works just fine. I think what you mean is furrr::future_map . Using multicore substantially increases the downloading speed (