Learn R Programming

hansard (version 0.3.4)

commons_oral_question_times: commons_oral_question_times

Description

Imports data on House of Commons oral question times

Usage

commons_oral_question_times(cOralTimeType = c("all", "ID", "session"))

Arguments

cOralTimeType
Accepts the arguments 'all' and 'ID'
all
Returns a data frame with all of the oral question times.
ID
Requests a requestion time ID, and returns a data frame of that question time.
session
Requests a session in format yyyy/yy (e.g. 2016/17) and returns a data frame of all oral question times from that session

Examples

Run this code
## Not run: 
# x <- commons_oral_question_times('all')
# 
# x <- commons_oral_question_times('ID')
# 
# x <- commons_oral_question_times('session')
# ## End(Not run)

Run the code above in your browser using DataLab