Learn R Programming

stortingscrape (version 0.4.1)

get_meeting_agenda: Retreive agenda for a specified meeting

Description

A function for retrieving the agenda for a specific meeting.

Usage

get_meeting_agenda(meetingid = NA, good_manners = 0)

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
legacy_question_idLegacy question id, only used for mathing with old data (pre 10.12.2024)
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

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

See Also

get_session_meetings get_case get_question get_question_hour

Examples

Run this code

if (FALSE) {

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

Run the code above in your browser using DataLab