search_committee: Search Committee

Description Usage Arguments Details Functions Notes

View source: R/search_committee.R

Description

Search committee by full or partial name of committee.

Usage

1
2
3
4
5
6
7
8
search_committee(search_string, term_id = NULL, exact = TRUE, verbose = TRUE)

legco_search_committee(
  search_string,
  term_id = NULL,
  exact = TRUE,
  verbose = TRUE
)

Arguments

search_string

search string of committee name. Accepts Chinese or English full or partial name. Defaults to NULL.

term_id

the id of a term, or a vector of ids. If NULL, returns results of all terms. Defaults to NULL.

exact

logical: Whether to look for exact match of the search term. Defaults to TRUE.

verbose

logical: Whether to display progress messages when fetching data? Defaults to TRUE.

Details

This is a complementary function to voting_record().

Functions

Complementary Functions:

Notes

The complementary functions work by calling a number of database functions and combining their output, meaning that a function call usually involves multiple API calls. Use with caution to prevent reaching the API’s rate limit too quickly.


legco documentation built on Oct. 16, 2021, 5:09 p.m.