Skip to content

Instantly share code, notes, and snippets.

@dewoller
Created July 19, 2018 21:42
Show Gist options
  • Save dewoller/2e0a27d707b18b77a387fe6186ea5d3b to your computer and use it in GitHub Desktop.
Save dewoller/2e0a27d707b18b77a387fe6186ea5d3b to your computer and use it in GitHub Desktop.
library(DataCache)
generate <- function () {
return( list( a='b'))
}
data.cache(generate, cache.name='asdf', cache.dir='123')
data.cache(generate, cache.name='as', cache.dir='123')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment