Nothing
The main functions in this package are with_cache() and cached_read(). The former is a simple way to cache an R object into a file on disk, using 'cachem'. The latter is a wrapper around any standard read function, but caches both the output and the file list info. If the input file list info hasn't changed, the cache is used; otherwise, the original files are re-read. This can save time if the original operation requires reading from many files, and/or involves lots of processing.
Package details |
|
---|---|
Author | Or Gadish [aut, cre, cph] |
Maintainer | Or Gadish <orgadish@gmail.com> |
License | MIT + file LICENSE |
Version | 0.2.9 |
URL | https://github.com/orgadish/filecacher |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.