Learn R Programming

utilities (version 0.4.0)

datasets.str: Structure of Available Datasets

Description

datasets.str returns the structure of available datasets

Usage

datasets.str(package = NULL)

Arguments

package

The package/packages containing the datasets of interest

Value

A data frame listing available data sets, invisibly

Details

Datasets are often available in packages loaded into R and it is useful to know the structure of these datasets. This function shows the user the strucure of all available datasets in a specified package or packages. (If the user does not specify a package) then the function searches over all available packages.

Examples

Run this code
# NOT RUN {
datasets.str("datasets")
# }

Run the code above in your browser using DataLab