mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27: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/get_data_packages.Rd
Normal file
21
man/get_data_packages.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{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()
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue