View source: R/search_division.R
Fetch division(s) (votes) conducted by a given comittee(s) or on a given date or during a given meeting slot. Note that only voting records from the Council, House Committee, Finance Committee and its subcomittees are available.
1 2 3 4 5 |
search_date |
The date and time when the division(s) was/were conducted. Accepts character values in ''YYYY-MM-DD'' format, and objects of class 'Date', 'POSIXt', 'POSIXct', 'POSIXlt' or anything else that can be coerced to a date with 'as.Date()'. |
committee_id |
The id of a committee, or a vector of IDs. |
slot_id |
The id of a meeting slot. If 'NULL', returns voting records of all committee meetings. |
index |
If 'TRUE', returns an index of votes. If 'FALSE', returns the voting record of individual members. Defaults to 'TRUE'. |
verbose |
Defaults to 'TRUE'. |
... |
Parameters supported by 'legco::voting_record()'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.