View source: R/converter-works-at.R
works_at | R Documentation |
Note that you can specify one or more employers, as plain entity IDs or as disco engine definitions. See examples.
works_at(..., include_former = FALSE)
... |
one or more entity IDs, or discovery engine definition(s) of type |
include_former |
Should former employment be considered (default is FALSE) |
# 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.