R/mustashe.R

#' mustashe: Stash and Load Objects in R
#'
#' A simple system for saving and loading objects in R. Long running
#' computations can be stashed after the first run and then reloaded the next
#' time. Dependencies can be added to ensure that a computation is re-run if
#' any of its dependencies or inputs have changed.
#
#' @docType package
#' @name mustashe
NULL

Try the mustashe package in your browser

Any scripts or data that you put into this service are public.

mustashe documentation built on May 17, 2021, 1:09 a.m.