Retrieve a Single Data Set
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"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.