datasets.str: Structure of Available Datasets

View source: R/datasets.str.R

datasets.strR Documentation

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

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.

Value

A data frame listing available data sets, invisibly

Examples

datasets.str("datasets")

utilities documentation built on July 1, 2022, 9:06 a.m.