Learn R Programming

mLLMCelltype (version 2.0.0)

mllmcelltype_clear_cache: Clear mLLMCelltype cache

Description

Clear the mLLMCelltype cache

Usage

mllmcelltype_clear_cache(cache_dir = NULL)

Value

Invisible NULL

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_clear_cache()
mllmcelltype_clear_cache("local")
}

Run the code above in your browser using DataLab