View source: R/ReadExcelFile.R
ReadExcelFile | R Documentation |
Read content of an Excel file.
ReadExcelFile(fileName, fileType, ...)
fileName |
Name of file to read. Required. |
fileType |
Type of data to read. Required if |
... |
Additional parameters passed to |
data.table object.
## Not run:
ReadExcelFile(fileName)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.