View source: R/converter-contacted-entity-of.R
contacted_entity_of | R Documentation |
This widget allows you to take an existing definition of type
contact_report_id
and convert it to a definition of type entity_id
,
by finding the contacted entities of the contact reports.
contacted_entity_of(savedlist)
savedlist |
A discoveryengine definition of type |
contact_reports
, contact_text_contains
## find contact reports that mention neuroscience
neuro_contact = contact_text_contains("neuroscience")
## and the respective contacted entities
contacted_entity_of(neuro_contact)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.