Learn R Programming

rosm (version 0.3.0)

set_default_cachedir: Set/Get the Default Tile Cache Location

Description

The default tile cache location is the "rosm.cache" folder in the current working directory, but for a variety of reasons it may be desirable to use one cache directory for all calls in a script. This must be called every time the namespace is loaded.

Usage

set_default_cachedir(cachedir)

get_default_cachedir()

Value

The previous cache directory, invisibly.

Arguments

cachedir

A path to use as the cache directory (relative to the working directory). Use NULL to reset to the default.

Examples

Run this code
set_default_cachedir(tempfile())
get_default_cachedir()
(set_default_cachedir(NULL))

Run the code above in your browser using DataLab