ImportSpreadsheet: Import Data from XML Spreadsheet File
Description
A GUI for loading selected data sets from an Open XML Spreadsheet
file (*.xlsx).
Usage
ImportSpreadsheet(parent = NULL)
Arguments
parent
tkwin; the GUI parent window. Value
Returns a list with the following components:
- d
- data.frame; data set.
- src
- character; a vector of length 2 that includes the pathname of the
spreadsheet file and access date.
References
This code was derived with permission from Schaun Wheeler's
xlsxToR function.