get_hearing_input {stortingscrape}R Documentation

Retrieve the hearing input for a specified hearing

Description

A function for retrieving the hearing input for a specified hearing.

Usage

get_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_session_hearings get_hearing_program get_written_hearing_input

Examples


## Not run: 
get_hearing_input(hearingid = 10004166)

## End(Not run)


[Package stortingscrape version 0.3.0 Index]