This function sets the cache path used by rdocdump
to store temporary files (downloaded tar.gz archives and/or extracted directories) for the current R session. The cache path is stored in the option "rdocdump.cache_path"
, which can be checked with getOption("rdocdump.cache_path")
. The path is created if it does not exist.