Description Usage Arguments Value Examples
Drop old rows
1 | cache_drop_old_rows(table_name, threshold_days = 7, cache_db_con)
|
table_name |
Name of the db table to add data to. |
threshold_days |
|
cache_db_con |
A connection, see cache_db |
Nothing
1 2 3 4 5 | ## Not run:
cache_drop_old_rows("episodes", 4, cache_db_con)
cache_drop_old_rows("seasons", 4, cache_db_con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.