powered by
Create or connect to the cache database
goose_cache_init(cache_dir = NULL)
DBI connection object
Directory for cache database (default: tempdir() for CRAN compliance)
if (FALSE) { # Initialize cache in temp directory (CRAN compliant) conn <- goose_cache_init() # Or specify custom directory conn <- goose_cache_init(cache_dir = tempdir()) }
Run the code above in your browser using DataLab