R/converter-contact-credit.R

Defines functions contact_credit

Documented in contact_credit

#' @name contact_reports
#' @export
contact_credit <- function(...) {
    ent_id <- entity_id_param(...)
    converter_builder(
        ent_id,
        table = "f_contact_reports_mv",
        from = "contact_credit_entity_id",
        from_type = "entity_id",
        to = "report_id",
        to_type = "contact_report_id"
    )
}
cwolfsonseeley/discoveryengine documentation built on Sept. 30, 2023, 2:07 p.m.