gemma_memoise | R Documentation |
Enable and disable memoisation of gemma.R functions
gemma_memoise(
memoised = FALSE,
cache = rappdirs::user_cache_dir(appname = "gemmaR")
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.