meeting_schedule-db | R Documentation |
This database contains the information of LegCo committees, namely the name of all LegCo committees established since the fifth term and their corresponding member lists and meeting schedule.
member_id |
the id of a LegCo member, or a vector of ids. If
|
term_id |
the id of a term, or a vector of ids. If |
session_id |
the id of a session, or a vector of ids. If |
slot_id |
the id of a meeting slot, or a vector of ids. If |
meet_id |
the id of a meeting, or a vector of ids. If |
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 |
type |
the type of meeting. If |
post |
the post of a member in the committee, or a vector of posts.
|
date |
only fetch the result in which the specified date falls within.
Accepts character values in |
extra_param |
additional query parameters defined in LegCo API. Must
begin with |
n |
the number of record to fetch. Defaults to |
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 |
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/en/open-legco/open-data/meeting-schedule.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.