RSurvey (version 0.9.3)

ImportDataset: GUI: Import Data from Package Dataset

Description

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

Usage

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.

See Also

data

Examples

Run this code
# NOT RUN {
  obj <- ImportDataset(c("data.frame", "matrix"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab