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