pkg_data: Simple summary of data available in named packages

Description Usage Arguments Details See Also Examples

View source: R/pkg_data.R

Description

Simple summary of data available in named packages

Usage

1
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

1
head(pkg_data("loon.data"))

loon.data documentation built on May 14, 2021, 1:06 a.m.