#' Political Affliation of LegCo Members
#'
#' A list of data frames containing the political affiliation and constituency
#' of each Legco members in each term.
#'
#' Political affiliation is what the member has declared to LegCo, not necessary
#' a full list of real-life party membership.
#'
#' @format A list containing 1 dataframe with 10 variables. Each data frame
#' represents one ternm, with the `TermID` as the name of the dataframe.
#' \describe{ \item{SpeakerID}{The id of the member used in the Hansard
#' Database} \item{MemberID}{The id of the member used in the Meeting Schedule
#' Database} \item{NameEng}{English full name of the member}
#' \item{NameChi}{Chinese full name of the member} \item{TypeEng}{The type of
#' consituency that the member belongs to in English} \item{TypeChi}{The type
#' of consituency that the member belongs to in Chinese}
#' \item{ConstituencyEng}{The consituency that the member belongs to in
#' English} \item{ConstituencyChi}{The consituency that the member belongs to
#' in Chinese} \item{AffiliationEng}{The declared political affiliation of the
#' member in English} \item{AffiliationChi}{The declared political affiliation
#' of the member in Chinese} }
#'
#' @examples \dontrun{legco_member_affiliation[["5"]]}
#'
#' @examples
#' \dontrun{legco_member_affiliation[["5"]]}
#'
"legco_member_affiliation"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.