powered by
A graphical user interface (GUI) for importing data from selected R package datasets.
ImportDataset(classes = NULL, parent = NULL)
character. The object classes of data sets that can be loaded. Set to NULL to enable loading for all object classes.
NULL
tkwin. GUI parent window
Returns an object of list class with the following components:
table data
vector of length 3 that includes the dataset name, package name, and access date.
data
# NOT RUN { obj <- ImportDataset(c("data.frame", "matrix")) # } # NOT RUN { # }
Run the code above in your browser using DataLab