R/cdr_deliver_chg_log_tbl.R

Defines functions cdr_deliver_chg_log_tbl

Documented in cdr_deliver_chg_log_tbl

#' Gets the the change history table in the Shiny UI
#'
#' @param db_tbl_name string: name of the primary database table being managed
#'
#' @return the rendered Datatable interface
#' @export
#'
#' @examples cdr_deliver_chg_log_tbl('iris')
#'
cdr_deliver_chg_log_tbl <- function(db_tbl_name = ''){

  cdr_admin_tbl_ui(id = db_tbl_name, tbl = 'chg_log_tbl')

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