Learn R Programming

RSurvey (version 0.8-0)

ImportSpreadsheetData: Import Data from XML Spreadsheet

Description

A GUI for loading selected data sets from an Open XML Spreadsheet file.

Usage

ImportSpreadsheetData(parent = NULL)

Arguments

parent
tkwin; the GUI parent window.

Value

  • Returns a list with the following components:
  • ddata.frame; data set.
  • srccharacter; a vector of length 2 that includes the pathname of the spreadsheet file and access date.

References

This code was derived from Schaun Wheeler's https://gist.github.com/schaunwheeler/5825002{xlsxToR} function.

See Also

data

Examples

Run this code
ans <- ImportSpreadsheetData()

Run the code above in your browser using DataLab