download_excel: Download Excel Documents
Description
Download Excel Documents
Usage
download_excel(url, archive, verbose = FALSE, transpose = TRUE, ...)
Arguments
url
Character string containing the full URL to the Excel document.
archive
Character string naming the file name to assign in the
temporary directory.
verbose
Logical, defaults to TRUE. Should verbose processing
messages and warnings be returned.
transpose
Logical, should the read in data be transposed
...
Additional parameters to pass to read_excel().