| goose_cache_init | R Documentation |
Create or connect to the cache database
goose_cache_init(cache_dir = NULL)
cache_dir |
Directory for cache database (default: tempdir() for CRAN compliance) |
DBI connection object
## Not run:
# Initialize cache in temp directory (CRAN compliant)
conn <- goose_cache_init()
# Or specify custom directory
conn <- goose_cache_init(cache_dir = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.