meeting | R Documentation |
Fetch basic information of LegCo committee meetings.
meeting( slot_id = NULL, meet_id = NULL, from = "1900-01-01", to = Sys.Date(), type = "all", term_id = NULL, n = 10000, extra_param = NULL, count = FALSE, verbose = TRUE ) legco_meeting( slot_id = NULL, meet_id = NULL, from = "1900-01-01", to = Sys.Date(), type = "all", term_id = NULL, n = 10000, extra_param = NULL, count = FALSE, verbose = TRUE )
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 |
from |
only fetch results of meetings on or after this date. Accepts
character values in |
to |
only fetch results of meetings on or before this date. Accepts
character values in |
type |
the type of meeting. If |
term_id |
the id of a term, or a vector of ids. If |
n |
the number of record to fetch. Defaults to |
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 Tmeeting 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/en/open-legco/open-data/meeting-schedule.html
# Fetch all meeting conducted on March 20, 2019 x <- meeting(from = "2019-03-20", to = "2019-03-20")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.