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


jsicherman/GemmAPI documentation built on April 27, 2024, 2:55 a.m.