get_question_hour: Retrieve question hour details for a specified meeting

View source: R/get_question_hour.R

get_question_hourR Documentation

Retrieve question hour details for a specified meeting

Description

A function for retrieving detailed overview of the question hour for a specific meeting

Usage

get_question_hour(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 list with ten data frames:

  1. $root (download meta data)

    response_date Date of data retrieval
    version Data version from the API
    meetingid The called meeting id
  2. $question_hour_ministers (id of ministers in parliament during question hour/time)

    id Id of ministers attending
  3. $question_time

    question_justification Justification for question
    answer_by_id Id for answering minister
    answer_by_minister_id Id for department of answering minister
    answer_by_minister_title Title for department of answering minister
    answer_date Date of receiving answer
    answer_on_behalf_of_id Id of minister answered on behalf of, when relevant
    answer_on_behalf_of_minister_id Id of department answered on behalf of, when relevant
    answer_on_behalf_of_minister_title Title of department answered on behalf of, when relevant
    agenda_case_number Case number on agenda
    date Date question hour was held
    moved_to Date moved to
    asked_by_other_id Id for minister asking on behalf of another, when relevant
    question_id Question id
    correct_person Not documented in API
    correct_person_minister_id Not documented in API
    correct_person_minister_title Not documented in API
    sent_date Date question was sent
    session_id Session id
    question_text Full question text
    question_from_id Id of MP asking the question
    question_number Question number
    question_to_id Id of minister the question was asked to
    question_to_minister_id Department id of minister the question was asked to
    question_to_minister_title Department title of minister the question was asked to
    status Question status
    answer Answer text (often empty)
    title Question title
    type Question type
  4. $publication_reference

    export_id Export id for publication (see get_publication())
    link_text Description text for publication
    link_url URL for publication
    type Type of publication
    sub_type Subtype for publication (location)

See Also

get_question get_session_questions get_publication

Examples


## Not run: 
get_question_hour(10232)

## End(Not run)

 

stortingscrape documentation built on March 31, 2023, 10:30 p.m.