cdr_attach_activity: Determine the type of changes for the user change-log

View source: R/cdr_label_chg_log_activity.R

cdr_attach_activityR Documentation

Determine the type of changes for the user change-log

Description

Attach a column of data to the change-log describing the type of change the user made. See: cdr_label_chg_log_activity()

Usage

cdr_attach_activity(chg_log, key_field = "UID")

Arguments

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

Value

the change-log tibble with activity type attached

Examples

## Not run:  cdr_attach_activity(chg_log, 'UID') 

eauleaf/crudr documentation built on Jan. 29, 2024, 4:39 p.m.