RSurvey (version 0.9.3)

ImportSpreadsheet: GUI: Import Data from XML Spreadsheet File

Description

A graphical user interface (GUI) for loading selected data sets from an Open XML Spreadsheet file (.xlsx).

Usage

ImportSpreadsheet(parent = NULL)

Arguments

parent

tkwin. GUI parent window

Value

Returns an object of list class with the following components:

d

table data

src

vector of length 2 that includes the pathname of the spreadsheet file and access date.

References

The code in this function was derived with permission from Schaun Wheeler's xlsxToR function, accessed on 2014-01-01.

Examples

Run this code
# NOT RUN {
  obj <- ImportSpreadsheet()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace