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.