mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01:00
21 lines
379 B
R
21 lines
379 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/import_globalenv-ext.R
|
|
\name{get_data_packages}
|
|
\alias{get_data_packages}
|
|
\title{Get packages containing datasets}
|
|
\usage{
|
|
get_data_packages()
|
|
}
|
|
\value{
|
|
a character vector of packages names
|
|
}
|
|
\description{
|
|
Get packages containing datasets
|
|
}
|
|
\examples{
|
|
if (interactive()) {
|
|
|
|
get_data_packages()
|
|
|
|
}
|
|
}
|