ImportSpreadsheet: GUI: Import Data from XML Spreadsheet File

Description Usage Arguments Value Author(s) References Examples

Description

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

Usage

1

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.

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

References

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

Examples

1
2
3
4
## Not run: 
  obj <- ImportSpreadsheet()

## End(Not run)

RSurvey documentation built on May 2, 2019, 3:28 p.m.