#' @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)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.