contacted_entity_of: Retrieve the contacted entities from a list of contact...

View source: R/converter-contacted-entity-of.R

contacted_entity_ofR Documentation

Retrieve the contacted entities from a list of contact reports

Description

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.

Usage

contacted_entity_of(savedlist)

Arguments

savedlist

A discoveryengine definition of type contact_report_id

See Also

contact_reports, contact_text_contains

Examples

## find contact reports that mention neuroscience
neuro_contact = contact_text_contains("neuroscience")

## and the respective contacted entities
contacted_entity_of(neuro_contact)


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.