View source: R/widget-on-committee.R
| on_committee | R Documentation | 
Find entities on a particular committee(s)
on_committee(..., include_former = TRUE, comment = NULL)
| ... | Committee code(s) | 
| include_former | Should former committee memberships be included (TRUE), or just current ones (FALSE)? Defaults to TRUE | 
| comment | (Optional) Supply one or more search terms to search through the comment field | 
By default former committee memberships are included. To only look
for current committee memberships, use include_former = FALSE. If no
committees are entered, then the widget will look for people on any committee.
A definition of type entity_id
## anyone who has ever been on the BAM/Cal Performance board of trustees
on_committee(bam_board_of_trustees, cal_perf_board_of_trustees)
## current UCBF members
on_committee(uc_berkeley_foundation, include_former = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.