steveneschrich/ido: Indirect Data Object Management

A common problem with R in practice is that CRAN and other sites (including github) limit the size of a package. When considering really large datasets, or potentially controlled access datasets, the data package approach does not work well. There are a variety of solutions, including drat and stashr, which offer alternatives. Here, we provide a lightweight package that uses indirection (in the form of a configuration file) to redirect a typical data command to a secondary URL.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("steveneschrich/ido")
steveneschrich/ido documentation built on Jan. 25, 2022, 12:35 a.m.