clear_cache: Clear cached objects

View source: R/utils.R

clear_cacheR Documentation

Clear cached objects

Description

Purge the cache or clear the cached objects for a single sample.

Usage

clear_cache(id = NULL)

Arguments

id

the unique id of the sample.

Details

The cached objects are removed from disk and cannot be retrieved. Whenever possible specifying an id is reccomended. If id = NULL all contents of the folder ‘.misty.temp’ will be removed.

Value

None (NULL)

Examples

clear_cache("b98ad35f4e671871cba35f2155228612")

clear_cache()

saezlab/mistyR documentation built on March 25, 2024, 4:12 p.m.