Description Usage Arguments Value Examples
Is the show in the cache already?
1 | is_already_cached(table_name, show_id, cache_db_con)
|
table_name |
A db table name, e.g. "shows". |
show_id |
A show id, in the database the |
cache_db_con |
A connection, see cache_db |
logical(1)
, TRUE
if the show_id
is already present in the table.
1 2 3 4 | ## Not run:
TRUE
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.