Description Usage Arguments Value Examples
Check if a table exists in db, if not, create it
1 | check_cache_table(table_name, reference_table, cache_db_con)
|
table_name |
A db table name, e.g. "shows". |
reference_table |
A table used as a template for (re)creation of the db table. |
cache_db_con |
A connection, see cache_db |
Nothing
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.