get_memory_path: Get Goose Memory Directory Path
Description
Get Goose Memory Directory Path
Usage
get_memory_path(global = TRUE, use_temp = TRUE)
Value
Character string with the memory directory path
Arguments
- global
Logical. If TRUE, returns global memory path. If FALSE, returns local project memory path.
- use_temp
Logical. If TRUE (default for CRAN compliance), uses tempdir(). Set to FALSE for production use.