get_meeting_agenda: Retreive agenda for a specified meeting

View source: R/get_meeting_agenda.R

get_meeting_agendaR Documentation

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)

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_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

See Also

get_session_meetings get_case get_question get_question_hour

Examples


## Not run: 

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

## End(Not run)
 

stortingscrape documentation built on May 29, 2024, 10:10 a.m.