gemma_memoise: Enable and disable memoisation of gemma.R functions

View source: R/aa_caching.R

gemma_memoiseR Documentation

Enable and disable memoisation of gemma.R functions

Description

Enable and disable memoisation of gemma.R functions

Usage

gemma_memoise(
  memoised = FALSE,
  cache = rappdirs::user_cache_dir(appname = "gemmaR")
)

Arguments

memoised

boolean. If TRUE memoisation will be enabled

cache

File path or "cache_in_memory". File path will chose a location to save the cache files for memoisation. "cache_in_memory" will store the cache in the current R session


PavlidisLab/gemma.R documentation built on April 26, 2024, 7:50 p.m.