View source: R/widget-has-affiliation.R
has_affiliation | R Documentation |
Find entities with a given affiliation(s). If no affiliation codes are entered, widget will find entities who have any affiliation code.
has_affiliation(..., include_former = TRUE, comment = NULL)
... |
affiliation code(s) |
include_former |
TRUE/FALSE should include former affiliations? Defaults to TRUE |
comment |
(Optional) Supply one or more search terms to search through the comment field |
A definition of type entity_id
## let's find some SF elites
has_affiliation(san_francisco_grid_club, bohemian_club)
## look for just current homecoming volunteers
has_affiliation(caa_homecoming_volunteer, include_former = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.