committee: Committees of LegCo

View source: R/committee.R

committeeR Documentation

Committees of LegCo

Description

Fetch basic information of LegCo committees.

Usage

committee(
  committee_id = NULL,
  code = NULL,
  term_id = NULL,
  extra_param = NULL,
  count = FALSE,
  verbose = TRUE
)

legco_committee(
  committee_id = NULL,
  code = NULL,
  term_id = NULL,
  extra_param = NULL,
  count = FALSE,
  verbose = TRUE
)

Arguments

committee_id

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

code

the code of a committee, or a vector of ids. If NULL, returns all committees. 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.

extra_param

additional query parameters defined in LegCo API. Must begin with "&".

count

logical: Whether to return only the total count of records that matches the parameter(s) instead of the result. Defaults to FALSE.

verbose

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

Details

This function corresponds to the Tcommittee data endpoint of the Meeting Schedule Database.

Functions

Functions of the Meeting Schedule Database:

  • term: LegCo terms

  • session: LegCo sessions

  • committee: LegCo committees

  • membership: Membership of LegCo committees

  • member: LegCo members

  • member_term: Terms served by LegCo members

  • meeting: Meetings of LegCo committees

  • meeting_committee: Committees of LegCo meetings

See Also

LegCo API documentation for the Meeting Schedule database: https://www.legco.gov.hk/en/open-legco/open-data/meeting-schedule.html

Examples


# Fetch all LegCo committees from the sixth term
x <- committee(term_id = 5)



elgarteo/legco documentation built on Oct. 29, 2022, 10:11 p.m.