R/widget-contact-date.R

Defines functions contact_date

Documented in contact_date

#' @rdname contact_reports
#' @export
contact_date <- function(from = NULL, to = NULL) {
    widget_builder(
        table = "f_contact_reports_mv",
        id_field = "report_id",
        id_type = "contact_report_id",
        switches = daterange("contact_date", from, to)
    )
}
tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.