mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-15 17:12:09 +01:00
21 lines
426 B
R
21 lines
426 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/import_globalenv-ext.R
|
|
\name{list_pkg_data}
|
|
\alias{list_pkg_data}
|
|
\title{List dataset contained in a package}
|
|
\usage{
|
|
list_pkg_data(pkg)
|
|
}
|
|
\arguments{
|
|
\item{pkg}{Name of the package, must be installed.}
|
|
}
|
|
\value{
|
|
a \code{character} vector or \code{NULL}.
|
|
}
|
|
\description{
|
|
List dataset contained in a package
|
|
}
|
|
\examples{
|
|
|
|
list_pkg_data("ggplot2")
|
|
}
|