# NOT RUN {
# current cache
getOption("mapmiscCachePath")
# set a new cache
myCache = file.path(tempdir(), 'myCache')
dir.create(myCache)
options(mapmiscCachePath = myCache)
getOption("mapmiscCachePath")
# create a persistent cache
# }
# NOT RUN {
persistentCache(verbose=TRUE)
# }
# NOT RUN {
getOption("mapmiscCachePath")
# }
Run the code above in your browser using DataLab