datasets.str | R Documentation |
datasets.str
returns the structure of available datasets
datasets.str(package = NULL)
package |
The package/packages containing the datasets of interest |
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.
A data frame listing available data sets, invisibly
datasets.str("datasets")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.