Description Usage Arguments Value Author(s) See Also Examples
A graphical user interface (GUI) for importing data from selected R package datasets.
1 | ImportDataset(classes = NULL, parent = NULL)
|
classes |
character.
The object classes of data sets that can be loaded.
Set to |
parent |
tkwin. GUI parent window |
Returns an object of list class with the following components:
d |
table data |
src |
vector of length 3 that includes the dataset name, package name, and access date. |
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 | ## Not run:
obj <- ImportDataset(c("data.frame", "matrix"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.