PredictiveEcology/lazyR: Create Lazy Load Databases for R Objects

Uses archivist package, but add lazy loading. Objects loaded with lazyLoad2() are loaded in the workspace, but will not be loaded into RAM until they are used. This has several use cases: an entire database can be loaded into the .GlobalEnv quickly, giving access to these objects for function calls, without the hitting memory limitations. Has specific mechanisms for file-based objects, like Raster* objects.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.10
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("PredictiveEcology/lazyR")
PredictiveEcology/lazyR documentation built on May 8, 2019, 3:10 p.m.