has_reunion_year: Reunion year widget

View source: R/widget-has-reunion-year.R

has_reunion_yearR Documentation

Reunion year widget

Description

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.

Usage

has_reunion_year(...)

Arguments

...

reunion year(s) (eg: 1980, 1990:2000)

Value

A definition of type entity_id

Examples

## 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)


cwolfsonseeley/discoveryengine documentation built on Sept. 30, 2023, 2:07 p.m.