Enable and disable memoisation of gemma.R functions
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