legco_section_type: Section Types of LegCo Meetings

Description Usage Format Details Functions See Also Examples

Description

A data frame containing possible types of sections in LegCo meetings. For use to look up the meaning of a section code returned by the API.

Usage

1

Format

A dataframe with 51 rows and 3 variables:

Details

This data frame is a formatted offline copy of the Sections data endpoint of the Hansard Database.

Functions

Functions of the Hansard database:

See Also

LegCo API documentation for the Hansard database: https://www.legco.gov.hk/odata/english/hansard-db.html

Examples

1
2
# Look up the meaning of section code "mbm"
x <- legco_section_type[legco_section_type$SectionCode == "mbm", ]

legco documentation built on Oct. 16, 2021, 5:09 p.m.