ImportDataset: GUI: Import Data from Package Dataset

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ImportDataset.R

Description

A graphical user interface (GUI) for importing data from selected R package datasets.

Usage

1
ImportDataset(classes = NULL, parent = NULL)

Arguments

classes

character. The object classes of data sets that can be loaded. Set to NULL to enable loading for all object classes.

parent

tkwin. GUI parent window

Value

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.

Author(s)

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

See Also

data

Examples

1
2
3
4
## Not run: 
  obj <- ImportDataset(c("data.frame", "matrix"))

## End(Not run)

jfisher-usgs/RSurvey documentation built on July 3, 2020, 4:20 p.m.