View source: R/cdr_label_chg_log_activity.R
cdr_attach_activity | R Documentation |
Attach a column of data to the change-log describing the
type of change the user made. See: cdr_label_chg_log_activity()
cdr_attach_activity(chg_log, key_field = "UID")
chg_log |
a change-log tibble pulled from the DB |
key_field |
the field in the primary table that contains the unique-ID for each observation |
the change-log tibble with activity type attached
## Not run: cdr_attach_activity(chg_log, 'UID')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.