Description Usage Arguments Value See Also
View source: R/source_XlsxData.R
source_XlsxData
loads Excel data stored at a URL (both http
and https) into R.
1 2 |
url |
character string of the Excel files's URL. |
sheet |
character string of number of representing the sheet in the workbook to return. Only one sheet at a time can currently be returned |
sha1 |
Character string of the file's SHA-1 hash, generated by
|
cache |
logical. Whether or not to cache the data so that it is not downloaded every time the function is called. |
clearCache |
logical. Whether or not to clear the downloaded data from the cache. |
... |
arguments to pass to |
a data frame
read.xlsx
, httr, source_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.