# NOT RUN {
x <- commons_written_questions(mp_id=410, 'cabinet office')
# Returns a tibble with written questions from Jon Trickett,
# answered by the Cabinet Office.
x <- commons_written_questions(mp_id=c(410,172), c('cabinet','home'))
# Returns a tibble with written questions from Jon Trickett or Diane Abbott,
# and answered by the Cabinet Office or the Home Office.
# }
Run the code above in your browser using DataLab