Learn R Programming

mLLMCelltype (version 2.0.0)

mllmcelltype_cache_dir: Get mLLMCelltype cache location

Description

Display the cache directory location

Usage

mllmcelltype_cache_dir(cache_dir = NULL)

Value

Invisible cache directory path

Arguments

cache_dir

Cache directory specification. NULL uses system default, "local" uses current dir, "temp" uses temp dir, or custom path

Examples

Run this code
if (FALSE) {
mllmcelltype_cache_dir()
mllmcelltype_cache_dir("local")
}

Run the code above in your browser using DataLab