works_at: Find entities who work for a given employer(s)

View source: R/converter-works-at.R

works_atR Documentation

Find entities who work for a given employer(s)

Description

Note that you can specify one or more employers, as plain entity IDs or as disco engine definitions. See examples.

Usage

works_at(..., include_former = FALSE)

Arguments

...

one or more entity IDs, or discovery engine definition(s) of type entity_id

include_former

Should former employment be considered (default is FALSE)

Examples

# anyone who works at google corporate
works_at(2090340)

# anyone who works at google or any of its subsidiaries
works_at(2090340, corp_subsidiary(2090340))

# works at google or facebook, including any of their subsidiaries
works_at(2090340, 2145589, corp_subsidiary(2090340, 2145589))


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