Getting data (1)
From the internet:
base::download.file()
curl::curl_download()
,curl::multi_download()
- also use
curl::multi_download()
for single large files: it gives you a progress bar and it can resume the download if it’s interrupted
- also use
- more packages at rOpenSci and the CRAN task view on Web Technologies