download_excel | R Documentation |
Download Excel Documents
download_excel(url, archive, verbose = FALSE, transpose = TRUE, ...)
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 |
transpose |
Logical, should the read in data be transposed |
... |
Additional parameters to pass to |
A data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.