if (FALSE) {
# default path
cache_setup()
# you can define your own path
cache_setup(path = "foobar")
# set a tempdir - better for programming with to avoid prompt
cache_setup(temp_dir = TRUE)
# cache info
cache_info()
}
Run the code above in your browser using DataLab