Skip to contents

Format the change log R table into a DT

Usage

cdr_RT2DT_chg_log(chg_log_tbl)

Arguments

chg_log_tbl

change log table imparted from the DB

Value

a DT object

Examples

if (FALSE) {
crudr:::cdr_RT2DT_chg_log(iris)
}