Created
July 19, 2018 21:42
-
-
Save dewoller/2e0a27d707b18b77a387fe6186ea5d3b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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