Learn R Programming

datamart (version 0.5.2)

InternalData-class: A class for querying data()sets

Description

This class allows to query datasets that can be loaded with data(). Only read-only access.

Constructor for InternalData objects

Usage

internalData(name, package, clss = "InternalData")

Arguments

name
name of the dataset. Required.
package
name of the package where the dataset is located. Default NULL.
clss
name of the class to create. Default InternalData, must be inherited from this class.

See Also

internalData

Examples

Run this code
getSlots("InternalData")

Run the code above in your browser using DataLab