View source: R/cdr_name_delta_tbl.R
cdr_name_delta_tbl | R Documentation |
creates the name of the change tracking table so it's set in one location
cdr_name_delta_tbl(db_tbl_name, chg_log_suffix = "_DELTAS")
db_tbl_name |
char string: name of the primary table the deltas table will track |
chg_log_suffix |
if specified, appends your string to your chg_log DB table name rather than "_DELTAS" |
char string: name of the table to track changes to the primary table
crudr:::cdr_name_delta_tbl('some_table_name')
crudr:::cdr_name_delta_tbl('some_table_name', chg_log_suffix = '_deltas')
crudr:::cdr_name_delta_tbl('some_table_name', chg_log_suffix = '_chglog')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.