contact_reports | R Documentation |
This pulls contact report IDs based on characteristics of the contact report(s).
To get the associated entities, see contacted_entity_of
. For
contact_date
, both from
and to
are optional arguments,
with the same behavior as every other widget that uses from
and to
daterange. You can also search the text of contact reports using
contact_text_contains
.
contact_credit(...)
contact_date(from = NULL, to = NULL)
contact_outcome(...)
contact_purpose(...)
contact_type(...)
contact_unit(...)
... |
contact unit, type, purpose, etc (depending on widget) |
from |
date range: find contact reports between these dates |
to |
date range: find contact reports between these dates |
a disco engine definition of type contact_report_id
contact_text_contains
, contacted_entity_of
# find any contact reports from the school of business
business_contact = contact_unit(business)
# find the people who were contacted in those contact reports
contacted_entity_of(business_contact)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.