Skip to contents

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_dateDate of data retrieval
versionData version from the API
hearing_idId of the hearing
hearing_typeType of hearing
committee_idId of committee responsible for the hearing
hearing_input_dateDate of receiving input
hearing_input_idHearing input id
hearing_input_organizationOrganization giving input
hearing_input_textFull text of the hearing input
hearing_input_titleTitle of the hearing input

Examples


if (FALSE) {
get_hearing_input(hearingid = 10004166)
}