search_member.Rd
Search LegCo member by SpeakerID, MemberID or/and full or partial English or Chinese name.
search_member(search_term = NULL, speaker_id = NULL, member_id = NULL, exact = TRUE, verbose = TRUE) legco_search_member(search_term = NULL, speaker_id = NULL, member_id = NULL, exact = TRUE, verbose = TRUE)
search_term | Search string of member's name. Accepts Chinese or English full or partial name. Defaults to `NULL`. |
---|---|
speaker_id | The Speaker ID, or a vector of IDs, as specified in the output from the function `legco::speakers()`. Defaults to `NULL`. |
member_id | The member ID, or a vector of IDs, as specified in the output of the function `legco::member()`. Defaults to `NULL`. |
exact | Whether to look for exact match of the search term. Defaults to `TRUE`. |
verbose | Defaults to `TRUE`. |