morphemepiece_cache_dir: Retrieve Directory for Morphemepiece Cache

View source: R/utils.R

morphemepiece_cache_dirR 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.dirUse set_morphemepiece_cache_dir to set a specific cache directory for this session

  • Environment: MORPHEMEPIECE_CACHE_DIRSet this environment variable to specify a morphemepiece cache directory for all sessions.

  • Environment: R_USER_CACHE_DIRSet 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.


morphemepiece documentation built on April 16, 2022, 5:05 p.m.