View source: R/widget-has-reunion-year.R
has_reunion_year | R Documentation |
This widget looks specifically at the class_campaign_year
field, which
is used by the Reunion Campaigns to place alumni in reunion years. Note that
only undergraduate degree holders have a class_campaign_year
. If no
years are entered, widget will find anyone who has a class_campaign_year
.
has_reunion_year(...)
... |
reunion year(s) (eg: 1980, 1990:2000) |
A definition of type entity_id
## prospecting for a class campaigns officer who has classes of '80, '85, and '90
has_reunion_year(1980, 1985, 1990)
## use the colon for a continuous range
has_reunion_year(1998:2008)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.