# NOT RUN {
# Oral questions from a single MP to a single department
x <- commons_oral_questions(mp_id = 4019, answering_department = "education")
## Questions from multiple MPs and to multiple departments
y <- commons_oral_questions(
mp_id = c(4019, 4051, 4588),
answering_department = c("education", "health")
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab