load_dataset | R Documentation |
Loads a data set with name id
from package package
and returns it.
If the package is not installed, an error with condition "packageNotFoundError" is raised.
The name of the missing packages is stored in the condition as packages
.
load_dataset(id, package, keep_rownames = FALSE)
id |
( |
package |
( |
keep_rownames |
( |
head(load_dataset("iris", "datasets"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.