research_miner: Find entities based on keyword searches of their research...

View source: R/miner-research-miner.R

research_minerR Documentation

Find entities based on keyword searches of their research profiles

Description

Searches through research notes for the given keywords/phrases, and returns the relevant entities. Searches the "Text" of a research note along with the "Brief Note" and the "Description." Enter one or more search strings. If you enter multiple search strings, the search will be for notes that contain any one of the searches. Wildcards (*) are allowed at the beginning or end of each search term (but not in the middle). For advanced searches, use the ora function to use an arbitrary Oracle-style regex as the search term.

Usage

research_miner(..., author = NULL)

Arguments

...

Search string(s)

author

Optionally, include an entity ID of a prospect researcher to only look at notes written by that researcher.

Value

A discoveryengine list definition of type entity_id

Examples

research_miner("education")

## broad search for education supporters
research_miner("education") %or%
    has_interest(education) %or%
    has_philanthropic_affinity(higher_education, secondary_education)


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