mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
feat: loading of local data was internalised based on the datamods package
This commit is contained in:
parent
2c39313ffb
commit
9c1d6ed630
11 changed files with 467 additions and 69 deletions
21
man/list_pkg_data.Rd
Normal file
21
man/list_pkg_data.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% 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")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue