Description Usage Arguments Value See Also Examples
Set CellBench cache path
1 | set_cellbench_cache_path(path = "./.CellBenchCache")
|
path |
the path to where method caches should be stored |
None
cache_method
for constructing cached methods.
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.