importExcelInternal: workhorse function (parser) for importExcel.

View source: R/import.r

importExcelInternalR 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 .xlsx (used since Excel 2007).

dir

Alternative way to supply the directory where the file is located (default NULL).

sheetIndex

The number of the Excel sheet that contains the grid data.

min

Optional argument (numeric, default NULL) for minimum rating value in grid.

max

Optional argument (numeric, default NULL) for maximum rating value in grid.


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.