get_written_hearing_input: Retrieve written input for a specified hearing

View source: R/get_written_hearing_input.R

get_written_hearing_inputR Documentation

Retrieve written input for a specified hearing

Description

A function for retrieving written input for a specified hearing

Usage

get_written_hearing_input(hearingid = NA, good_manners = 0)

Arguments

hearingid

Character string indicating the id of the hearing to retrieve.

good_manners

Integer. Seconds delay between calls when making multiple calls to the same function

Value

A data.frame the following variables:

response_date Date of data retrieval
version Data version from the API
hearing_id Id of the hearing
hearing_type Type of hearing
committee_id Id of committee responsible for the hearing
hearing_input_date Date of receiving input
hearing_input_id Hearing input id
hearing_input_organization Organization giving input
hearing_input_text Full text of the hearing input
hearing_input_title Title of the hearing input

See Also

get_hearing_input get_hearing_program get_session_hearings

Examples


## Not run: 

get_written_hearing_input(hearingid = 10004243)


## End(Not run)


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