Search committee by full or partial name of committee.

search_committee(search_term, term_id = NULL, exact = TRUE,
  verbose = TRUE)

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

Arguments

search_term

The search term. Accept full or partial Chinese or English name of a committee.

term_id

The id of a term, or a vector of ids. If `NULL`, searches committees from all terms. Defaults to `NULL`.

exact

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

verbose

Defaults to `TRUE`.