View source: R/loadExampleData.R
loadExampleData | R Documentation |
Make example data available, typically for use in teaching.
loadExampleData(name = "list", envir = globalenv(), verbose = TRUE)
name |
An optional character scalar specifying the data set(s) to
be made available. The special name |
envir |
specifies the environment in which the data should be made
available. By default, |
verbose |
A logical scalar. If |
A data.frame
(invisibly) with one row for each dataset
that was made available in the global environment.
Michael Stadler
loadExampleData()
loadExampleData("mycars")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.