powered by
A function for retrieving the hearing program for a specified hearing. The earlier periods (around 2005 and back) are less rich with data on some variables
get_hearing_program(hearingid = NA, good_manners = 0)
A data.frame with the following variables:
Character string indicating the id of the hearing to retrieve.
Integer. Seconds delay between calls when making multiple calls to the same function
get_session_hearings get_hearing_input get_written_hearing_input
if (FALSE) { s0910 <- get_session_hearings("2009-2010") hearing <- get_hearing_program(s0910$hearing$hearing_id[1]) head(hearing) }
Run the code above in your browser using DataLab