View source: R/get_meeting_agenda.R
get_meeting_agenda | R Documentation |
A function for retrieving the agenda for a specific meeting.
get_meeting_agenda(meetingid = NA, good_manners = 0)
meetingid |
Character string indicating the id of the meeting to request all votes from |
good_manners |
Integer. Seconds delay between calls when making multiple calls to the same function |
A data.frame with the following variables:
response_date | Date of data retrieval |
version | Data version from the API |
agenda_number | The agenda number for the session |
meeting_date | Date of the meeting |
meeting_id | Meeting id |
meeting_place | Where the meeting was held |
agenda_case_reference | Reference for the case on the agenda |
agenda_case_number | Case number |
agenda_case_text | Case description |
agenda_case_type | Case type |
footnote | Footnote for the case |
proposition_id | If relevant, belonging proposition id |
committee_id | If relevant, id of the responsible committee |
loose_proposals | Whether there are loose proposals to the case |
case_id | Id of the case |
question_hour_type | If relevant, type of question hour |
question_id | If relevant, question id |
get_session_meetings get_case get_question get_question_hour
## Not run:
meetings0910 <- get_session_meetings("2009-2010")
meeting_agenda <- get_meeting_agenda(meetings0910$meeting_id[161])
meeting_agenda
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.