Description Usage Arguments Value Examples
Make a connection to the db
1 | cache_db(pool = TRUE, path = cache_db_path())
|
pool |
|
path |
The path to the SQLite db, defaults to |
A conn
DBI thingy or pool
.
1 2 3 4 5 6 | ## Not run:
cache_db_con <- cache_db()
is_already_cached("shows", 1390, cache_db_con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.