on_committee: Committee participation widget

View source: R/widget-on-committee.R

on_committeeR Documentation

Committee participation widget

Description

Find entities on a particular committee(s)

Usage

on_committee(..., include_former = TRUE, comment = NULL)

Arguments

...

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

Details

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.

Value

A definition of type entity_id

Examples

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

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