participated_in: Student Activity widget

View source: R/widget-participated-in.R

participated_inR Documentation

Student Activity widget

Description

Student Activity widget

Usage

participated_in(..., leaders_only = FALSE)

Arguments

...

Student activity codes/synonyms

leaders_only

Pull only leaders of student groups (TRUE) or all participants (FALSE)? Defaults to FALSE (all participants)

Details

If no student activities are entered, then widget will look for people who participated in any student activity.

Value

A definition of type entity_id

Examples

## Nick once needed to find parents of band members who graduated in
## the last 5 years. so, start with recently graduated band members:
recent_band_members = participated_in(MSMB) %and% has_reunion_year(2010:2015)

## then get their parents
recent_band_parents = parent_of(recent_band_members)

display(recent_band_parents)


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