morphemepiece_cache_dir {morphemepiece} | R Documentation |
Retrieve Directory for Morphemepiece Cache
Description
The morphemepiece cache directory is a platform- and user-specific path where morphemepiece saves caches (such as a downloaded lookup). You can override the default location in a few ways:
Option:
morphemepiece.dir
Useset_morphemepiece_cache_dir
to set a specific cache directory for this sessionEnvironment:
MORPHEMEPIECE_CACHE_DIR
Set this environment variable to specify a morphemepiece cache directory for all sessions.Environment:
R_USER_CACHE_DIR
Set this environment variable to specify a cache directory root for all packages that use the caching system.
Usage
morphemepiece_cache_dir()
Value
A character vector with the normalized path to the cache.
[Package morphemepiece version 1.2.3 Index]