Description Usage Arguments Value Examples
Add data to some db table
1 | cache_add_data(table_name, new_data, replace = FALSE, cache_db_con)
|
table_name |
Name of the db table to add data to. |
new_data |
The new data to add. |
replace |
|
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.