Description Usage Arguments Value Author(s) References Examples
View source: R/ImportSpreadsheet.R
A graphical user interface (GUI) for loading selected data sets from an Open XML Spreadsheet file (‘.xlsx’).
1  | ImportSpreadsheet(parent = NULL)
 | 
parent | 
 tkwin. GUI parent window  | 
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.  | 
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
The code in this function was derived with permission from Schaun Wheeler's xlsxToR function, accessed on 2014-01-01.
1 2 3 4  | ## Not run: 
  obj <- ImportSpreadsheet()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.