Learn R Programming

datamods (version 1.5.3)

list_pkg_data: List dataset contained in a package

Description

List dataset contained in a package

Usage

list_pkg_data(pkg)

Value

a character vector or NULL.

Arguments

pkg

Name of the package, must be installed.

Examples

Run this code

list_pkg_data("ggplot2")

Run the code above in your browser using DataLab