View source: R/widget-participated-in.R
participated_in | R Documentation |
Student Activity widget
participated_in(..., leaders_only = FALSE)
... |
Student activity codes/synonyms |
leaders_only |
Pull only leaders of student groups (TRUE) or all participants (FALSE)? Defaults to FALSE (all participants) |
If no student activities are entered, then widget will look for people who participated in any student activity.
A definition of type entity_id
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.