67207554 | % Generated by roxygen2: do not edit by hand % Please edit documentation in R/set_options.R \name{set_cellbench_cache_path} \alias{set_cellbench_cache_path} \title{Set CellBench cache path} \usage{ set_cellbench_cache_path(path = "./.CellBenchCache") } \arguments{ \item{path}{the path to where method caches should be stored} } |
f31cc1b4 | \value{ None } |
67207554 | \description{ Set CellBench cache path } \examples{ \dontrun{ |
00abb867 | # hidden folder in local path set_cellbench_cache_path(".CellBenchCache")) |
67207554 | } |
00abb867 | # store in temp directory valid for this session set_cellbench_cache_path(file.path(tempdir(), ".CellBenchCache")) |
67207554 | } \seealso{ |
a5de2fbb | \code{\link{cache_method}} for constructing cached methods. |
67207554 | } |