set_cellbench_cache_path: Set CellBench cache path

Description Usage Arguments Value See Also Examples

View source: R/set_options.R

Description

Set CellBench cache path

Usage

1
set_cellbench_cache_path(path = "./.CellBenchCache")

Arguments

path

the path to where method caches should be stored

Value

None

See Also

cache_method for constructing cached methods.

Examples

1
2
3
4
5
6
7
## Not run: 
# hidden folder in local path
set_cellbench_cache_path(".CellBenchCache"))

## End(Not run)
# store in temp directory valid for this session
set_cellbench_cache_path(file.path(tempdir(), ".CellBenchCache"))

CellBench documentation built on Nov. 8, 2020, 5:11 p.m.