Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


RSurvey (version 0.7-8)

ImportPackageData: Import Data from Package

Description

A GUI for loading selected data sets from R packages.

Usage

ImportPackageData(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; the GUI parent window.

Value

  • The data set object.

See Also

data

Examples

Run this code
d <- ImportPackageData(c("data.frame", "matrix"))

Run the code above in your browser using DataLab