Description Usage Arguments Details
fetch_committee_types
fetches data on the types of comittees and
returns it as a tibble containing one row per combination of committee and
type. The data returned for each type is the data from the committee_types
table of each committee in the full table returned from
fetch_committees
.
1 | fetch_committee_types(committees = NULL)
|
committees |
A vector of committee ids specifying the committees for which to return types. The default is NULL, which returns data on the types of all committees. |
You can optionally use the committees
argument to provide a vector of
committee ids and the function will return just the types of the given
committees.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.