Description Arguments Functions See Also
This database contains information on matters discussed in Council meeting since the fifth term of LegCo. Hinting by its name, the database is built upon the PDF hansard files. Relying on the bookmarks and section codes of the hansard files, the data endpoints retrieve data from the files directly.
hansard_id |
the id of a hansard file, or a vector of ids. If
|
speaker_id |
the id of a speaker at the Legislative Council, or a vector
of ids. If |
rundown_id |
the id of a rundown, or a vector of ids. If |
bookmark_name |
the bookmark name of the rundown, or a vector of names.
Defaults to |
section_code |
the section code, or a vector of codes. If |
lang |
the language of hansard files to search from. |
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 |
floor |
logical: whether to fetch results from the floor version of the
hansard files? The floor version is the first presented version of hansard
file in the original language delivered by the speakers in LegCo. If
|
result |
the voting result. |
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 Hansard database:
hansard
: Hansard files
legco_section_type
: Section code
subjects
: Subjects speakers
: Speakers in the
council, including members, government officials and secretariat staff
rundown
: Rundown (Paragraphs in hansard)
questions
: Questions raised by members
bills
: Bills
motions
: Motions
petitions
: Petitions
addresses
: Addresses
made by members or government officials when presenting papers to the
Council
statements
: Statements made by government
officials
voting_results
: Results of votes in council
meetings
summoning_bells
: Instances of summoning bells
being rung
LegCo API documentation for the Hansard database: https://www.legco.gov.hk/odata/english/hansard-db.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.