List Package Data Objects
Lists data objects that are shipped within package(s).
list.data(package = NULL)
package |
a single character string that specifies the name of a particular package where to look for data objects. |
a data.frame
object with columns:
package
: name of the package that holds the data object.
data
: name of the key to use in utils::data or ldata to load the data object.
object
: name of the (sub-)object that is contained in the data object.
# list all data objects head(list.data()) # list all data objects in package 'datasets' subset(list.data("datasets"), data %in% "beavers")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.