Description Usage Arguments Details Functions See Also Examples
Fetch basic information of LegCo committees.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
committee_id |
the id of a committee, or a vector of ids. If
|
code |
the code of a committee, or a vector of ids. If |
term_id |
the id of a term, or a vector of ids. If |
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 |
verbose |
logical: Whether to display progress messages when fetching
data? Defaults to |
This function corresponds to the Tcommittee data endpoint of the Meeting Schedule Database.
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
LegCo API documentation for the Meeting Schedule database: https://www.legco.gov.hk/odata/english/attendance-db.html
1 2 | # Fetch all LegCo committees from the sixth term
x <- committee(term_id = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.