list_pkg_data {datamods} | R Documentation |
List dataset contained in a package
Description
List dataset contained in a package
Usage
list_pkg_data(pkg)
Arguments
pkg |
Name of the package, must be installed. |
Value
a character
vector or NULL
.
Examples
list_pkg_data("ggplot2")
[Package datamods version 1.5.1 Index]