ReadExcelFile {hivPlatform} | 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)