
A graphical user interface (GUI) for loading selected data sets
from an Open XML Spreadsheet file (.xlsx
).
ImportSpreadsheet(parent = NULL)
tkwin. GUI parent window
Returns an object of list class with the following components:
table data
vector of length 2 that includes the pathname of the spreadsheet file and access date.
The code in this function was derived with permission from Schaun Wheeler's xlsxToR function, accessed on 2014-01-01.
# NOT RUN {
obj <- ImportSpreadsheet()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab