importExcelInternal {OpenRepGrid} | R Documentation |
workhorse function (parser) for importExcel.
Description
workhorse function (parser) for importExcel.
Usage
importExcelInternal(file, dir = NULL, sheetIndex = 1, min = NULL, max = NULL)
Arguments
file |
A vector of filenames including the full path if file is not in current working
directory. The file suffix has to be |
dir |
Alternative way to supply the directory where the file is located
(default |
sheetIndex |
The number of the Excel sheet that contains the grid data. |
min |
Optional argument ( |
max |
Optional argument ( |
[Package OpenRepGrid version 0.1.16 Index]