pkg_data {loon.data} | R Documentation |
Simple summary of data available in named packages
Description
Simple summary of data available in named packages
Usage
pkg_data(package = NULL)
Arguments
package |
A character vector giving the package(s) to look in for data sets, or NULL. By default, all packages in the search path are used, then the ‘data’ subdirectory (if present) of the current working directory. |
Details
Syntactic sugar wrapping call to utils::data(package = package)
to return basic information on datasets in package.
No data are loaded by the call.
See Also
data
Examples
head(pkg_data("loon.data"))
[Package loon.data version 0.1.3 Index]