Skip to contents

A function for retrieving the agenda for a specific meeting.

Usage

get_meeting_agenda(meetingid = NA, good_manners = 0)

Arguments

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

Value

A data.frame with the following variables:

response_dateDate of data retrieval
versionData version from the API
agenda_numberThe agenda number for the session
meeting_dateDate of the meeting
meeting_idMeeting id
meeting_placeWhere the meeting was held
agenda_case_referenceReference for the case on the agenda
agenda_case_numberCase number
agenda_case_textCase description
agenda_case_typeCase type
footnoteFootnote for the case
proposition_idIf relevant, belonging proposition id
committee_idIf relevant, id of the responsible committee
loose_proposalsWhether there are loose proposals to the case
case_idId of the case
question_hour_typeIf relevant, type of question hour
question_idIf relevant, question id

Examples


if (FALSE) {

meetings0910 <- get_session_meetings("2009-2010")
meeting_agenda <- get_meeting_agenda(meetings0910$meeting_id[161])
meeting_agenda
}