download_them_all: Download all files in a list of URLs into the working...

Description Usage Arguments Value

View source: R/download-them-all.R

Description

Download all files in a list of URLs into the working directory

Usage

1
2
download_them_all(url.vect, skip.already.downloaded = TRUE,
  stub.vect = rep("", length(url.vect)))

Arguments

url.vect

vector of URLs. Files downloaded will be named according to part of the URL after the last forward slash '/'.

skip.already.downloaded

whether to skip files that already exist. If FALSE, they are overwritten.

stub.vect

vector of strings to paste0 to the front of destfile names, component-by-component. Use if the part after the last forward slash in the URLs is not unique.

Value

list of successfully downloaded destfile names


rdisalv2/dismisc documentation built on Nov. 2, 2021, 1:34 a.m.