Download a .xlsx file(s) from a URL(s)
read_xlsx_from_url.Rd
Download a .xlsx file(s) from a URL(s)
Arguments
- urls
A character vector of URLs of length one or greater
- directory
The path to a single directory–not to a file–where the .xlsx file(s) will be saved
- file_names
Optionally, a character vector of the same length as
urls
containing only the file names (not the full paths) with which the downloaded files should be named. If NULL (default), file names are extracted fromurls
.- silent
If TRUE (default), files are saved silently. If FALSE, downloaded files are read and returned as a list.