# NOT RUN {
x <- all_answered_questions(4019, start_date ='2017-01-01')
y <- all_answered_questions(4019, start_date ='2017-01-01',
tidy_style='camelCase')
z <- hansard_all_answered_questions(tabling_mp_id=179,
start_date ='2017-01-01')
a <- hansard_all_answered_questions(house='lords', answering_body=60)
# Returns all questions asked in the House of Lords
# answered by the Department for Education.
b <- hansard_all_answered_questions(house=2, answering_body='Education')
# Returns all questions asked in the House of Lords
# answered by the Department for Education.
w <- hansard_all_answered_questions(mp_id = c(4019, 3980),
tabling_mp_id = c(338, 172),
answering_body = c('health', 'justice'),
start_date = '2016-12-18',
end_date = '2017-03-12')
# Accepts multiple inputs for mp_id, tabling_mp_id and answering_body
# }
Run the code above in your browser using DataLab